PDA

View Full Version : Htaccsess


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

zellfaze
01-09-2008, 07:35 PM
I finally figured it out, looks like you guys included an htaccsess file. I didn't see it because i didn't have my computer setup to show hidden files. Sorry.