Przeglądaj źródła

Format .htaccess

Laurent Treguier 9 lat temu
rodzic
commit
a1e7ff05a8
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      .htaccess

+ 1
- 1
.htaccess Wyświetl plik

@@ -6,5 +6,5 @@
6 6
     RewriteCond %{SCRIPT_FILENAME} !-f
7 7
     RewriteCond %{SCRIPT_FILENAME} !-d
8 8
 
9
-    RewriteRule ^(.*)$   index.php?uri=/$1    [NC,L,QSA]
9
+    RewriteRule ^(.*)$ index.php?uri=/$1 [NC,L,QSA]
10 10
 </IfModule>