Page 1 of 1

mod rewrite and addon domains

Posted: Wed Nov 23, 2005 4:33 am
by s.dot
I am trying to add a domain to my existing hosting and point it to the directory /support.

It wasn't working, so I opened a support ticket, and this is what the guy said.
The rewrite rules from your .htaccess file in the public_html directory are interfering. From the error log in cPanel:
File does not exist: /home/scottttt/public_html/support/home/scottttt/public_html/showme.php
It's trying to send users to that page.
This is my rewrite rule:

Code: Select all

RewriteRule ^([a-zA-Z0-9_-]+)(/)?$ showme.php?u=$1
Is there anyway I can modify that to not interfere, or am I pretty much stuck? :-P