I am currently getting a 403 error when accessing product page on the admin side using fckeditor 2.6.4.1. This issue started after upgrading to 1.3.9a.
I am sure it has something to do with the .htaccess that was uploaded to the editor folder from 1.3.9a (this is a new file). If I delete the .htaccess file from the editor folder then everything works fine with regards to fckeditor.
I looked inside the new .htaccess file and there instruction of what to include in httpd.conf file. This file is generated by the server and I am not sure if the lines below are correct or not. Can you some please help me troubleshoot this issue. I'd prefer to be able to us fckeditor.
Code:
<Directory "/">
Options ExecCGI FollowSymLinks Includes IncludesNOEXEC -Indexes -MultiViews SymLinksIfOwnerMatch
AllowOverride All
</Directory>
<Directory "/usr/local/apache/htdocs">
Options Includes Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>
The above is the section from current httpd.conf file.
Thanks!
Bookmarks