.htaccess errors and Magento, and DirectAdmin

Status
Not open for further replies.

DeadBeet

Verified User
Joined
Dec 11, 2007
Messages
7
I'm experiencing issues with .htaccess, DirectAdmin and Magento. Hoping someone here can help me. I see errors for each entry in the .htaccess

php_value's
php_flag's
Options
SSLOptions

Anything that should be running on Apache that probably isn't? I get a 500 error if any of these aren't commented out in the .htaccess
 
I see errors for each entry in the .htaccess

And what error log says? Check the particular error log for your virtual host.

Do you buy hosting with Directadmin or supports the server powered by Directadmin?
 
I support the server that has DA:


.htaccess: SSLOptions not allowed here

And it returns those errors for each .htaccess: "php_flag" or "php_value" or "Options" not allowed here.
 
Then check main apache configs. Pay attention to AllowOverride option.
And check how is PHP installed? As CGI (mod_suphp)?

Code:
grep -i ^php /usr/local/directadmin/custombuild/options.conf
 
I'm experiencing issues with .htaccess, DirectAdmin and Magento. Hoping someone here can help me. I see errors for each entry in the .htaccess

php_value's
php_flag's
Options
SSLOptions

Anything that should be running on Apache that probably isn't? I get a 500 error if any of these aren't commented out in the .htaccess

i would like to suggest stackoverflow for your query
 
Status
Not open for further replies.
Back
Top