i have this script:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !^/?(images|orders)/
RewriteRule ^(.*)$ index.php?til=$1 [L,QSA]
it's working fine in my localhost but when i upload it to my hosting and go to www.domain.com/images/
it's redirecting to index.php?til=403.shtml