Fabio-Gambacorta/aniem-abruzzo/master/src/api/authentication/.htaccess - Htaccess File

Fabio-Gambacorta/aniem-abruzzo/master/src/api/authentication/.htaccess

<IfModule mod_rewrite.c>
RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ([A-Za-z0-9-]*)$ /AniemAbruzzo/build/api/authentication/index.php?action=$1 [NC,L]

</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache