intelliants/subrion/develop/install/.htaccess - Htaccess File

intelliants/subrion/develop/install/.htaccess

<IfModule mod_rewrite.c>
  RewriteEngine On

  # Uncomment the line below if your server redirects to install/ recursively
  # RewriteBase /install

  RewriteRule ^(.*).(gif|png|js|css|ico|eot|woff|ttf|svg)$ $1.$2 [QSA,L]
  RewriteRule ^(.*)$ index.php?_p=$1 [QSA,L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache