mod rewrite and addon domains
Posted: Wed Nov 23, 2005 4:33 am
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.
Is there anyway I can modify that to not interfere, or am I pretty much stuck? 
It wasn't working, so I opened a support ticket, and this is what the guy said.
This is my rewrite rule: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.
Code: Select all
RewriteRule ^([a-zA-Z0-9_-]+)(/)?$ showme.php?u=$1