我想通过htaccess将URL从http://localhost/projectname/cab-details.php?v_name=variable
更改为http://localhost/projectname/variable
此处**变量是一个链接(slug)**现在我的htaccess代码是
Options +FollowSymlinks
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.php -f
RewriteRule ^(.*)$ $1.php
RewriteRule ^$1/([a-zA-Z-0-9-]+) cab-details.php?v_name=$1
1条答案
按热度按时间j2qf4p5b1#
请使用显示示例尝试以下.htaccess规则文件请确保在测试URL之前清除浏览器缓存