Forráskód Böngészése

Commented the MAMP line in htaccess

Yannick Warnier 11 éve
szülő
commit
2f98bafaca
1 módosított fájl, 3 hozzáadás és 1 törlés
  1. 3 1
      web/.htaccess

+ 3 - 1
web/.htaccess

@@ -3,5 +3,7 @@
 
     RewriteEngine On
     RewriteCond %{REQUEST_FILENAME} !-f
-    RewriteRule ^ web/index.php [L]
+    RewriteRule ^ index.php [L]
+    # The previous redirection doesn't work on MAMP. Use next line instead
+    #RewriteRule ^ web/index.php [L]
 </IfModule>