Browse Source

add htaccess

develop
Carmine De Rosa 8 years ago
parent
commit
8ae9cf2cbe
  1. 10
      .htaccess

10
.htaccess

@ -0,0 +1,10 @@
RewriteEngine On
Rewritebase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
Loading…
Cancel
Save