I have an existing wordpress install that has been integrated into magneto e-commerce system and I have transitioned the wordpress over to a network install.
Folder structure is the following:
httpdocs\wp <-- Wordpress httpdocs\store <-- Magento Install
I can currently get Wordpress integrated into Magento so that the blog appears under store\blog with both the admin panel and network admin panel working correctly.
However what I can't get to work is accessing the admin or front-end of a new site created in a subfolder of /newsite (example)
the admin link of httpdocs/newsite/wp-admin and httpdocs/newsite both give 404 errors
I was advised to update .htaccess in /wp and wp-config in the same location but I'm totally unable to get the new subfolder site up and running.
I also tried copying the .htaccess and index.php from the /wp folder into /httpdocs however that only got me limited html from the front end, with lots of 404's where wordpress is looking for a physical wp-admin folder in /newsite/
I'm totally stuck at the moment. I've been trying modifications to httpdocs/.htaccess but unable to get it working that way either.
Ideally I need /httpdocs/* to redirect to /store unless a request is made for /newsite in which case /newsite should load.