/ Published in: Other
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
# every call to a page that is not an existing file # is redirected to another file as querystring Options +FollowSymlinks RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ /proxy.php?from=$1 [QSA]
URL: http://www.barattalo.it/2010/05/02/10-htaccess-usefull-tips/