Update htaccess.txt

This commit is contained in:
Hani Rouatbi
2019-02-17 12:44:25 +01:00
committed by GitHub
parent 73fdb49ccd
commit 1fbad05c29

View File

@@ -14,7 +14,7 @@ RewriteRule ^imagef-(.*)-([a-zA-Z0-9_-]*).html$ do.php?imgf=$1&x=$2
RewriteRule ^thumbf-(.*)-([a-zA-Z0-9_-]*).html$ do.php?thmbf=$1&x=$2
RewriteRule ^image([0-9]*).html$ do.php?img=$1
RewriteRule ^del([a-zA-Z0-9_-]*).html$ go.php?go=del&cd=$1
RewriteRule ^(call|guide|rules|stats).html$ go.php?go=$1
RewriteRule ^(call|guide|rules|stats|report).html$ go.php?go=$1
RewriteRule ^report[_-]([0-9]*).html$ go.php?go=report&id=$1
RewriteRule ^(filecp|profile|fileuser|register|login|logout).html$ ucp.php?go=$1
RewriteRule ^fileuser[_-]([0-9]+).html$ ucp.php?go=fileuser&id=$1