Barbarulo/sistema_email/master/.htaccess - Htaccess File

Barbarulo/sistema_email/master/.htaccess

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond $1 !^(index.php|images|robots.txt)
#RewriteRule ^(.*)$ /awsys/index.php [L]
RewriteRule ^(.*)$ index.php [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache