Reputation: 611
I was asked to fix a problem on a website.
Here's the problem, the site has this url:
www.hosting.com/~website/
When links are click/hovered, it shows something like:
www.hosting.com/~website/link.html
But gives an error when clicked/loaded. But when you add index.php after ~website/, it loads the correct page. Like
www.hosting.com/~website/index.php/link.html
I'm currently trying to mess up the .htaccess to fix this but to no avail. Anyone who can help me figure out this problem?
The site is running on Joomla.
Upvotes: 0
Views: 60
Reputation: 840
Try setting the rewrite base to /~website/ see http://forum.joomla.org/viewtopic.php?t=697628#p2775626
Upvotes: 1