Welcome Guest, Not a member yet? Register   Sign In
sorry, htaccess problem (?)
#3

[eluser]GSV Sleeper Service[/eluser]
have a look in your apache error log, that should give more details as to what's going wrong.

I've never been a fan of the suggested .htaccess, I put javascript in a js folder, css in another folder etc.
this version will only pass anything that isn't a file or a directory to index.php
Code:
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php/$1 [L]


Messages In This Thread
sorry, htaccess problem (?) - by El Forum - 11-12-2008, 09:02 AM
sorry, htaccess problem (?) - by El Forum - 11-12-2008, 09:50 AM
sorry, htaccess problem (?) - by El Forum - 11-12-2008, 09:55 AM
sorry, htaccess problem (?) - by El Forum - 11-12-2008, 10:01 AM
sorry, htaccess problem (?) - by El Forum - 09-29-2010, 04:41 PM



Theme © iAndrew 2016 - Forum software by © MyBB