|   |   |   | ||||
| Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. | 
|    | 
| 
 | |||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. | 
|  | Thread Tools | 
|  09-04-2014, 08:51 AM | #1 | 
| Confirmed User 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] | 
|   |           | 
|  09-04-2014, 08:59 AM | #2 | 
| Confirmed User Industry Role:  Join Date: Sep 2013 
					Posts: 196
				 | old url to new url? Dunno  
				__________________ info[at]gallerytraffic.net Icq: 680 - 927 - 770 | 
|   |           | 
|  09-04-2014, 09:06 AM | #3 | 
| So fuckin' bored Industry Role:  Join Date: Jun 2003 
					Posts: 32,386
				 | 
				__________________ Obey the Cowgod | 
|   |           | 
|  09-04-2014, 12:46 PM | #4 | ||
| It's 42 Industry Role:  Join Date: Jun 2010 Location: Global 
					Posts: 18,083
				 | Quote: 
 http://httpd.apache.org/docs/current/rewrite/flags.html Quote: 
 | ||
|   |           |