lorier/emag/master/app/.htaccess - Htaccess File

lorier/emag/master/app/.htaccess

# http://www.yearofmoo.com/2012/11/angularjs-and-seo.html
RewriteEngine On
RewriteCond %{REQUEST_URI}  ^/$
RewriteCond %{QUERY_STRING} ^_escaped_fragment_=/?(.*)$
RewriteRule ^(.*)$ /snapshots/%1? [NC,L]

On Github License

Files

Download PDF of Htaccess file
QUERY_STRING, REQUEST_URI

Comments

Apache