Jump to content

New Website shows up in basic HTML


ishbely

Recommended Posts

I've been working with Joomla template for a while now to create this Website : www.axiomconsultancy.co.uk 

Website's front page looks fine however something's up after logging in to the registration bit.

Once I log in as an admin or any user and try to go to any other page than a Home page it shows up as a basic HTML. The Website won't load fine so often now that I'm not sure what's the problem. I tried to contact 123-reg who are hosting it on Linux servers (I think), but no luck with getting back any useful info.

I created a sample login :

username: sample

password: Sample1

 

I would very much appreciate if anyone could have a look and tell me what might be the issue there.

 

Link to comment
https://forums.phpfreaks.com/topic/210940-new-website-shows-up-in-basic-html/
Share on other sites

Its not picking up the CSS or JS files as the paths are incorrect.

 

instead of

 

/site/index.php/templates/system/css/file.css

 

you need

 

/site/templates/system/css/file.css

 

Basically you need to remove "index.php/" from all the files you are including in your documents head.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.