.htaccess file
RewriteEngine On
RewriteRule ^/?([a-z]+)/([a-z]+)/market/(?!.* (css|js|jpeg|jpg|JPG|png|PNG|svg|ttf|otf)).*$ external/market/index.php?param1=$1¶m2=$2¶m3=$3¶m4=$4 [L,NC,QSA]
When I use php to get the parameters, "param4" is missing. To be more precise its value is 0. The other three parameters work well. What can be the problem?