소스 검색

Create .htaccess

Daniele Bonini (皮夕): WebDev, DevOps and project care by lots of Simplicity bits 4 년 전
부모
커밋
8dd2b8db1f
1개의 변경된 파일11개의 추가작업 그리고 0개의 파일을 삭제
  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]