View Single Post
Old 01-25-2011, 06:22 PM  
CYF
Coupon Guru
 
CYF's Avatar
 
Industry Role:
Join Date: Mar 2009
Location: Minneapolis
Posts: 10,973
Quote:
Originally Posted by pornophobic View Post
What happens when you comment out
Code:
ErrorDocument 404 /index.php
?
Do you get a 404 error page?
No, nothing changes when I remove that from the htaccess

Quote:
Is the script in a site root, or in a directory?
they're in a subdirectory.

Quote:
If your script is in a directory you could try putting the directory name in front of the /index.php like so:
Code:
RewriteCond %{REQUEST_URI} ^system.*
RewriteRule ^(.*)$ /coupondir/index.php/$1 [L]
Not sure if it will work, hope it helps though.
Thanks for the suggestion, but that doesn't appear to have any change.

welcome to gfy
__________________
Webmaster Coupons Coupons and discounts for hosting, domains, SSL Certs, and more!
AmeriNOC Coupons | Certified Hosting Coupons | Hosting Coupons | Domain Name Coupons

CYF is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote