Unsupported scripts and control panel web app for a hosting company
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.htaccess 196B

12345
  1. RewriteEngine On
  2. RewriteRule ^(/?signup)?/?([a-z]+)$ /signup/$2.php [L]
  3. RewriteRule ^(/?signup)?/?([0-9])$ /signup/index.php [L]
  4. RewriteRule ^(/?signup)?/?:([0-9]+)$ /signup/index.php?ref=$2 [L]