View Single Post
  (#12 (permalink)) Old
Kieran Kieran is offline
Techie & Moderator
Kieran is on a distinguished road
 
Kieran's Avatar
 
Posts: 769
Join Date: Apr 2006
Location: Swindon, UK
Default 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?
Reply With Quote