codarchlab/arachnefrontend/master/.htaccess - Htaccess File

codarchlab/arachnefrontend/master/.htaccess

<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /

    ## http://www.zeilenwechsel.de/it/articles/8/Using-mod_rewrite-in-.htaccess-files-without-knowing-the-RewriteBase.html
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond $1#%{REQUEST_URI} ([^#]*)#(.*)1$
  RewriteRule ^(.*)$ %2index.html [QSA,L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache