yroul/yoanroullard.fr/master/.htaccess - Htaccess File

yroul/yoanroullard.fr/master/.htaccess

<IfModule mod_rewrite.c>
   RewriteEngine on
    RewriteCond %{QUERY_STRING} ^_escaped_fragment_=0$
    RewriteRule ^$ /seo/index.html [QSA,L]

    RewriteCond %{QUERY_STRING} ^_escaped_fragment_=%2F(.*)$
    RewriteRule ^$ /seo/%1/index.html [QSA,L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
QUERY_STRING

Comments

Apache