Unsupported scripts and control panel web app for a hosting company
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

.htaccess 189B

12345
  1. RewriteEngine On
  2. RewriteRule ^([a-z0-9]+)$ /control/$1.php [L]
  3. RewriteRule ^([a-z]+)/([0-9]+)$ /control/$1.php?n=$2 [L]
  4. RewriteRule ^([a-z]+)/([0-9]+)/(.*?)$ /control/$1.php?n=$2&f=$3 [L]