Explorar o código

[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 %!s(int64=16) %!d(string=hai) anos
pai
achega
3cc426e9b6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>