- Code: Select all
([a-zA-Z0-9%-]+)
It is currently Fri May 25, 2012 7:24 pm
News of Apache mod Rewrite([a-zA-Z0-9%-]+)RewriteRule ^index;([a-zA-Z0-9_-]+);([a-zA-Z0-9_-]+);([a-zA-Z0-9_-]+);$ index.php?SID=$1&id=$2&p=$3
RewriteRule ^index;([a-zA-Z0-9_-]+);([a-zA-Z0-9_-]+);([a-zA-Z0-9_-]+);$ index.php?SID=$1&id=$2&x=$3
# Lines That should already be in your .htacess
<Files "config.php">
Order Allow,Deny
Deny from All
</Files>
<Files "common.php">
Order Allow,Deny
Deny from All
</Files>
# You may need to un-comment the ...
Total posts 41127 • Total topics 8563 • Total members 15417