Просмотр исходного кода

[DOCUMENTATION] Remove leading slash from index.php in .htaccess example

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@16795 44c647ce-9c0f-0410-b52a-842ac1e357ba
matthew 16 лет назад
Родитель
Сommit
3cc426e9b6
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      documentation/manual/en/ref/project-structure.xml

+ 1 - 1
documentation/manual/en/ref/project-structure.xml

@@ -338,7 +338,7 @@ RewriteCond %{REQUEST_FILENAME} -s [OR]
 RewriteCond %{REQUEST_FILENAME} -l [OR]
 RewriteCond %{REQUEST_FILENAME} -d
 RewriteRule ^.*$ - [NC,L]
-RewriteRule ^.*$ /index.php [NC,L]
+RewriteRule ^.*$ index.php [NC,L]
 ]]></programlisting>
             </sect3>