View Single Post
Old 07-24-2009, 03:52 PM   #3 (permalink)
ETbyrne
how quixotic are you?
 
ETbyrne's Avatar
 
Join Date: Dec 2007
Location: Lapeer, MI
Posts: 445
Thanks: 37
ETbyrne is on a distinguished road
Default

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.
__________________
Dingo Web Systems > http://www.dingocode.com
My Website > http://www.evanbot.com
ETbyrne is offline  
Reply With Quote