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]