guys please can you help
i need to install an application in the opt folder
i have created the necessary database etc.
when i try to run the installation i get the following
If you face 404 page not found or 500 internal server error problem during installation (yourdomain/home/installation), It may happen for one of the 3 reason. Check each one and fix it. Your problem will be solved.
First make sure, there is the .htaccess file in the root. if not extract file in local pc and copy the .htaccess file which is in the root and upload it to the server.
Make sure your server has mod_rewrite enable. If not , then enable it.
If mod_rewrite is enabled,then make sure it is AllowOverride All for your domain in httpd.conf or apache.conf
i need to do the following for the application to install
1. how do i "
mod_rewrite enable "
2. how do i "
If mod_rewrite is enabled,then make sure it is AllowOverride All for your domain in httpd.conf or apache.conf "
any help greatly appreciated
