When i try to access the installation folder ( www.mysite/install/index.php ) I get the folowing error:
---------------------------------------
Forbidden
You don’t have permission to access /universo/portal/install/index.php on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.7a mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.4 Server at www.sociedadeformigas.org.br Port 80
--------------------------
The other sites in my server are working great. Anyone can help me?
One of your existing .htaccess files probably conflicts with MODx. I see you already have XOOPS running, maybe you’re using an .htaccess for that already?
Normally, you only need to rename that to .htaccess if you’re going to use mod_rewrite, i.e. SEO-friendly URLs (page-name.html instead of index.php?id=123).
But the other .htaccess files are probably one or two level higher up, and hence in some way conflict with the MODx-files. Without seeing them, it’s hard to say anything concrete though.
You could try to rename the modx ht.access file to .htaccess and run the installer again. Or temporarily disable all the other .htaccess files.
-
☆ A M B ☆
- 24,524 Posts
If you want to use the friendly URLs, and the rewrite engine is already set to ON in a higher-level folder, you can comment out the line turning on the rewrite engine in the MODx .htaccess file. It’s been my experience that Apache doesn’t like having that line more than once.