diff options
| -rw-r--r-- | .htaccess | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,8 @@ <IfModule mod_rewrite.c> RewriteEngine on + + RewriteRule .*index.php/.*php$ /forums/ [L,R=404] + # Uncomment this if mod_rewrites are not working for you. some hosting services have cranky mod_rewrite # RewriteBase /boards/ RewriteCond %{SCRIPT_FILENAME} -f [OR] @@ -13,7 +16,6 @@ RewriteRule ^view/topic/(\d+.*)$ index.php?t=$1 [L,QSA] - # fake out phpBB user profile page RewriteCond %{REQUEST_URI} profile.php RewriteCond %{QUERY_STRING} .*mode=viewprofile.*u=([0-9]*) |
