Welcome Guest, Not a member yet? Register   Sign In
Homepage shows up after clicking any link - routing problem?
#5

[eluser]phpoet[/eluser]
You can check to make sure that mod_rewrite is loaded by creating a <?php phpinfo() ?> page then looking in the apache2handler section under "Loaded Modules". If do not see mod_rewrite then that may be the problem.

Also, for what it's worth, this is the .htaccess file I usually use.

Code:
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1


Messages In This Thread
Homepage shows up after clicking any link - routing problem? - by El Forum - 09-04-2008, 09:17 AM



Theme © iAndrew 2016 - Forum software by © MyBB