Thursday 09 February 2006 9:17:52 am
I have slightly different problem, When I copied the file to .htaccess I was not able to access the directory or pages in it. Trying to access the root page without the index.php appended I got a screen about Apache. When I do append the index.php I got a forbidden access error. I wonder if the installation must be in a directory other than root. But I see no documentation that says that. Even so, following the instructions:
# If you see "Forbidden" when trying to access root page of your site
# without 'index.php' appended, uncomment the following "Files" section.
# NOTE: replace "ezpublish-3.6.0" with base name of the directory
# where your eZ publish intallation resides. # e.g. base name of "/sites/ezpublish/ezpublish-3.6.0" is "ezpublish-3.6.0". I uncommented the lines and changed it to the base name "htdocs"
<Files "htdocs">
order allow,deny
allow from all </Files> Still it does not work. without index.php I get the apache screen, with index.php I get a "403 forbidden" error
|