|
Hi everyone, I have a client whose website is a WordPress install in the root directory of their server. I am trying to install Magento into a subdirectory called “shop”.
I can’t even get the installer to appear though as everything gives me an error 404. I have just spent the last hour and a half searching for possible solutions and can’t find anything that works.
There isn’t an .htaccess file in the WP files, so not too sure how it is doing the redirects, as when I try to add one, it has no effect.
I have also updated the magento htaccess so that the following are taken into account:
RewriteBase /shop/
RewriteRule .* /shop/index.php [L]
But again, nothing I do makes the installer appear. Any light people can shed on this would be hugely appreciated.
Thanks
Patrick
|