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

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

<IfModule mod_rewrite.c>
RewriteEngine On

RewriteCond %{HTTP_USER_AGENT} facebookexternalhit/[0-9]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule news /AniemAbruzzo/build/api/news/index.php [L]

#let angular do its thing
RewriteCond %{REQUEST_FILENAME} !-f      
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) index.html [NC,L]

</IfModule>

On Github License

Files

Download PDF of Htaccess file
HTTP_USER_AGENT, REQUEST_FILENAME

Comments

Apache