| Re: Magento eCommerce -
02/12/2007, 1:16 PM
Ok, what I would suggest now is to remove the mod_rewrite bits so that all your .htaccess file is doing is serving to change the type of php in use. The create a file called info.php in your root and write a script that just contains the phpinfo(); command echoed, and enclosed in the appropriate php tags.
What happens now when you try and load that file? |