07-24-2009, 03:52 PM
|
#3 (permalink)
|
|
how quixotic are you?
Join Date: Dec 2007
Location: Lapeer, MI
Posts: 445
Thanks: 37
|
I checked the logs and there's nothing about any modules not loading correctly. Also mod_rewrite.so is in the modules directory.
Here's my .htaccess file if anyone is interested:
Code:
RewriteEngine on
RewriteCond $1 !^(index\.php|img|bin)
RewriteRule ^(.*)$ index.php?page=$1 [L]
It should be noted that the above worked on my old installation and works on my web host.
|
|
|
|