我有一个链接
http://sdpi.org/publications/files/Future_of_Sustainable_Development_in_South_Asia%20(M-24).pdf
我想将以上网址重写为以下网址
http://sdpi.org/Future_of_Sustainable_Development_in_South_Asia%20(M-24).pdf
那就是删除"出版物/文件/"
答案 0 :(得分:0)
将以下内容添加到htaccess文件中应该有效:
RewriteEngine On
RewriteRule ^publications/files/(.*)$ http://http://sdpi.org/$1 [L,R=302]
当您确定重定向适合您时,将R=302
更改为R=301