gwwebservices
Member
Posted 4 years ago #
Hi,
I am getting an Internal Server Error on one of my blogs. I checked my error logs and this this is the error
"/home/brandibe/public_html/.htaccess: Invalid command 'php_value', perhaps misspelled or defined by a module not included in the server configuration"
PHP on my server was just upraded to PHP 5, I assume this is what caused the error.
Does anyone have any suggestions on how to fix this?
Thhanks
dalebert77
Member
Posted 4 years ago #
Could you post your URL so we can see the error?
gwwebservices
Member
Posted 4 years ago #
Sure, A Warning though... it is an Adult Site. However you will not see anything as you cannot access any page.
The url is:
http://www.brandibelle.ca
dalebert77
Member
Posted 4 years ago #
can you show your .htaccess file? I don't see anything in my htaccess file that has a php_value. My default wordpress .htaccess looks like this:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /wplab/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /wplab/index.php [L]
</IfModule>
# END WordPress
gwwebservices
Member
Posted 4 years ago #
I used our default htaccess file and uploaded it to my server and it fixed the problem.
THANKS for the help!!