asm-products/stoplisting/master/dash/stoplisting/.htaccess - Htaccess File

asm-products/stoplisting/master/dash/stoplisting/.htaccess

RewriteEngine On

RewriteRule ^([a-zA-Z0-9_-]{2,35})/([^.]+)/([^.]+)/([^.]+)/([^.]+)/([^.]+)?$ index.php?page=$1&pram1=$2&pram2=$3&pram3=$4&pram4=$5&pram5=$6 [L]

RewriteRule ^([a-zA-Z0-9_-]{2,35})/([^.]+)/([^.]+)/([^.]+)/([^.]+)?$ index.php?page=$1&pram1=$2&pram2=$3&pram3=$4&pram4=$5 [L]

RewriteRule ^([a-zA-Z0-9_-]{2,35})/([^.]+)/([^.]+)/([^.]+)?$ index.php?page=$1&pram1=$2&pram2=$3&pram3=$4 [L]

RewriteRule ^([a-zA-Z0-9_-]{2,35})/([^.]+)/([^.]+)?$ index.php?page=$1&pram1=$2&pram2=$3 [L]

RewriteRule ^([a-zA-Z0-9_-]{2,35})/([^.]+)?$ index.php?page=$1&pram1=$2 [L]

RewriteRule ^([a-zA-Z0-9_-]{2,35})/?$ index.php?page=$1 [L]

RewriteRule ^([a-zA-Z0-9_-]{2,35})?$ index.php?page=$1 [L]

On Github License

Files

Download PDF of Htaccess file

Comments

Apache