Browse 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 16 years ago
parent
commit
3cc426e9b6
1 changed files with 1 additions and 1 deletions
  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>