Browse Source

Nice URL by rewriting

master
Rogier Neeleman 8 years ago
parent
commit
fbc7fac873
  1. 3
      .htaccess

3
.htaccess

@ -0,0 +1,3 @@ @@ -0,0 +1,3 @@
RewriteEngine on
RewriteCond $1 !^(index\.php|images|robots\.txt|assets|css)
RewriteRule ^(.*)$ ./index.php/$1 [L]
Loading…
Cancel
Save