/ Published in: Apache

redirects all pages on a url to specific page
Expand |
Embed | Plain Text
RewriteEngine on RewriteCond %{REQUEST_URI} !/theTempPage.php$ RewriteRule $ /theTempPage.php [R=307,L]
You need to login to post a comment.