06-11-2012, 11:23 AM
|
|
|
Coupon Guru
Industry Role:
Join Date: Mar 2009
Location: Minneapolis
Posts: 10,973
|
I believe you need this line:
RewriteBase /
Like so:
Options +FollowSymLinks
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-F
RewriteCond %{REQUEST_FILENAME} !-D
edit: - Jesus Christ - beat me to it.
|
|
|