zellfaze
01-09-2008, 03:54 PM
Currently my htacsess file looks like this
RewriteEngine On
RewriteBase /phpBB2/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{HTTP_HOST} ^free\.zellfaze\.com$ [NC]
RewriteRule ^(.+)$ /handler.php?_url=$1&%{QUERY_STRING} [L]
The forum is located at http://free.zellfaze.com/phpBB2/test/
I keep getting error 404 when i try to access it. Any idea whats wrong? Thanks ahead of time. :D
RewriteEngine On
RewriteBase /phpBB2/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{HTTP_HOST} ^free\.zellfaze\.com$ [NC]
RewriteRule ^(.+)$ /handler.php?_url=$1&%{QUERY_STRING} [L]
The forum is located at http://free.zellfaze.com/phpBB2/test/
I keep getting error 404 when i try to access it. Any idea whats wrong? Thanks ahead of time. :D