View Single Post
Old 09-04-2014, 08:51 AM  
Zester
Confirmed User
 
Zester's Avatar
 
Industry Role:
Join Date: Jul 2003
Posts: 5,344
do you know mod_rewrite ?

what does this do ?

Code:
RewriteEngine on
RewriteCond %{REQUEST_URI} .*/book/view.php
RewriteCond $1#%{REQUEST_URI} ([^#]*)#(.*)\1$
RewriteRule ^(.*)$ %2local/new_book/view.php [P,L]
RewriteCond %{REQUEST_URI} .*/book/profile.php
RewriteCond $1#%{REQUEST_URI} ([^#]*)#(.*)\1$
RewriteRule ^(.*)$ %2local/new_book/profile.php [P,L]
__________________
* Mainstream ? $65 per sale
* new male contraception
Zester is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote