![]() |
[solved] htaccess rewrite directory patterns
Hi, sorry if I post in the wrong forum, this is both about website dev and apache configuration.
How can I redirect, using a .htaccess file, a "fake" directory url, like http://www.example.com/hard_director.../var2/var3.php to /hard_directory/script.php?var1=$var1&var2=$var2&var3=$var3 my .htaccess file, placed in /hard_directory/ contains: Code:
Options +FollowSymlinksI also tried to escape the slash, to remove the RewriteConds, and replace [^/] with .* Help :) |
Ok, I solved it with this .htaccess file:
Code:
Options +FollowSymlinks |
| All times are GMT +2. The time now is 22:32. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.