reduardo7/php-swa-framework/master/.htaccess - Htaccess File

reduardo7/php-swa-framework/master/.htaccess

RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)?$ /index.php?_p=$1 [QSA,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache