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