Daniele Bonini (皮夕): WebDev, DevOps and project care by lots of Simplicity bits 4 anni fa
parent
commit
8dd2b8db1f
1 ha cambiato i file con 11 aggiunte e 0 eliminazioni
  1. 11 0
      Public/.htaccess

+ 11 - 0
Public/.htaccess

@@ -0,0 +1,11 @@
+Options -MultiViews
+
+RewriteEngine On
+
+RewriteBase /
+
+RewriteCond %{REQUEST_FILENAME} !-d
+RewriteCond %{REQUEST_FILENAME} !-f
+
+# Bootstrap
+RewriteRule "^(.+)" "/index.php?url=$1" [QSA,L]