Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/.htaccess/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
配置文件页面.htaccess重定向_.htaccess - Fatal编程技术网

配置文件页面.htaccess重定向

配置文件页面.htaccess重定向,.htaccess,.htaccess,我对重定向有问题。 请帮忙 发件人:{username}/profile 到:{username}您可以使用以下规则: RewriteEngine On RewriteRule ^users/([^/]+)/(profile)/?$ /$1/$2 [L,NC]

我对重定向有问题。 请帮忙

发件人:{username}/profile

到:{username}

您可以使用以下规则:

RewriteEngine On

RewriteRule ^users/([^/]+)/(profile)/?$ /$1/$2 [L,NC]