PDA

View Full Version : Help!


Jon.
26th November 2006, 18:08
I've just changed my cpanel theme, and it seems to have messed everything up.

For a start, I can't access my control panel home anymore: it has to go through /rvblue/.

And now, everything tries to load with /home/jonf/public_html/ instead of just /. For example, my homepage is now trying to load http://www.thecarforum.net/home/jonf/public_html/index.php, which of course doesn't work.

Help!

Steve
26th November 2006, 18:55
Hello Jon,

I am looking into this now. :)


Regards,

Steve
27th November 2006, 08:24
Hello Jon,

This is now fixed. It was caused by a rewrite rule in your public_html/.htaccess file:

RewriteRule .*\.(.*)$ index.php [R,NC]

I have now commented this line out and your website loads fine. :)


Regards,

Jon.
27th November 2006, 19:42
Great, thanks :)