I am using godaddy server.
I have wordpress as root directory and i have setup magento from local to server inside root as subdirectory.
Magento home page is working fine,but when i try to open any supage of magento then it opens “About us” page without CSS of root wordpress.
Thanks in advance.
Have you set the RewriteBase statement in Magento .htaccess ?
become
If your server is configured correctly you don’t need to set
RewriteBase
, but make sure your base url is set correctly in backend as{server-root}/subdirectory/
. If you cannot access admin, you’ll need to change data incore_config_data
by searching fields by url and setting the correct value by for examplephpMyAdmin
. Otherwise you’ll need to do it by ssh + mysql command… or reinstall your Magento instance giving correct url to the installer.