Hi im getting this message
PHP version 5.1.0 or greater is required. Your PHP is version 4.4.9, please ask your host to upgrade it.
This is the fix for my server 1AND1 MANAGED ( LINUX )
addType x-mapp-php5.php
where do i put this within the current .htaccess file which is this >
---------------------------------------------------------------------------------
DirectoryIndex index.html index.php
RewriteEngine on
Some hostings require RewriteBase to be uncommented
Example:
Your store url is [url]http://www.yourcompany.com/store/cart[/url]
So “RewriteBase” should be:
RewriteBase /store/cart
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !.(png|gif|ico|swf|jpe?g|js|css)$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php?sef_rewrite=1 [L,QSA]
RewriteCond %{REQUEST_FILENAME} ./catalog/.
RewriteCond %{REQUEST_FILENAME} -d
RewriteCond %{REQUEST_FILENAME}/index.html !-f
RewriteRule . index.php?sef_rewrite=1 [L,QSA]
-------------------------------------------------------------------------------------
The net says
( causes error 500 on server )
I have tried that but im assuming its needs to
rewritecond !mod_php5.c>AddType x-mapp-php5 .php or rewriterule or non of the above !!!