Parcourir la source

[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 il y a 16 ans
Parent
commit
3cc426e9b6
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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} -l [OR]
 RewriteCond %{REQUEST_FILENAME} -d
 RewriteCond %{REQUEST_FILENAME} -d
 RewriteRule ^.*$ - [NC,L]
 RewriteRule ^.*$ - [NC,L]
-RewriteRule ^.*$ /index.php [NC,L]
+RewriteRule ^.*$ index.php [NC,L]
 ]]></programlisting>
 ]]></programlisting>
             </sect3>
             </sect3>