我正在尝试使用 .htaccess 301 重定向,但它不起作用
我在我的 .htaccess 文件中使用以下语法
RewriteRule ^our_services.html http://localhost/site/our-services [R=301,L]
但是当我打开页面页面重定向到
http://localhost/Applications/XAMPP/xamppfiles/htdocs/site/our-services
怎么写正确?
我想重定向
our_services.html to our-services
在同一个域中
谢谢