Explorar el 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 hace 17 años
padre
commit
3cc426e9b6
Se han modificado 1 ficheros con 1 adiciones y 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>