Hi
I had my website on local servers, and installed it on a live server.
It is not the official URL, but I'm trying to install the site on :
http://173.247.253.77/~orizon7/
~orizon7 is the folder on my server where the site will be evantually.
Images acts like http://173.247.253.77/ is the root folder, and the only working page on the website is the index page.
I deleted the htacess file on the server to see if that was causing the issue...and still not working.
I have set the site URL in the config.php file to :
I don't get why the home page works, and nothing else works.
Thanks for your help!
I had my website on local servers, and installed it on a live server.
It is not the official URL, but I'm trying to install the site on :
http://173.247.253.77/~orizon7/
~orizon7 is the folder on my server where the site will be evantually.
Images acts like http://173.247.253.77/ is the root folder, and the only working page on the website is the index page.
I deleted the htacess file on the server to see if that was causing the issue...and still not working.
I have set the site URL in the config.php file to :
- Code: Select all
define( 'K_SITE_URL', 'http://173.247.253.77/~orizon7/' );
I don't get why the home page works, and nothing else works.
Thanks for your help!