03jtrickey Posted March 25, 2006 Share Posted March 25, 2006 Dear users,I am very new to PHP and I am having trouble with the redirection on my new site (www.gloscheck.co.uk/index.php). I am using MySQL databases and Mambo with CPanel to store content. It was working fine this morning but something must have gone wrong (I have no idea what).The homepage works well, but all the links off the homepage don't display properly. For example the address 'http://www.gloscheck.co.uk/content/view/122/52/' should display a page but it only works when an '/index.php/' is inserted, e.g. 'http://www.gloscheck.co.uk[b]/index.php/[/b]content/view/122/52/.Please could someone help me restore it so that the pages display under the normal URLs (e.g. without needing the '/index.php/') as it is causing a lot of problems.Many Thanks,James. Quote Link to comment Share on other sites More sharing options...
lpxxfaintxx Posted March 25, 2006 Share Posted March 25, 2006 To make sure that it doesnt mess up like that, try linking the whole url, like "<a href= 'http://www.gloscheck.co.uk/content/view/122/52/'" instead of trying to just do /content/view/etc. Quote Link to comment Share on other sites More sharing options...
03jtrickey Posted March 25, 2006 Author Share Posted March 25, 2006 Thanks for the help,I am already using full URL links on the site. The problem sprang up this morning when the usual address (e.g. [a href=\"http://www.gloscheck.co.uk/content/view/122/52/)\" target=\"_blank\"]http://www.gloscheck.co.uk/content/view/122/52/)[/a] suddenly needed an '/index.php/' inserted into the address for it to go the respective page.Any ideas?Cheers,James. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.