Advertisement
Vladimir3261

ISV framework .htaccess

Dec 13th, 2016
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # a2enmod rewrite
  2. RewriteEngine on
  3.  
  4. RewriteCond %{REQUEST_FILENAME} !-f
  5. RewriteCond %{REQUEST_FILENAME} !-d
  6. # All requests to index.php
  7. RewriteRule ^(.*)$ index.php?route=$1 [L,QSA]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement