Quote:
Originally Posted by pornophobic
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
