重定向并使用**.htaccess文件重写我的URL**?
重复的内容,2链接相同的内容。
第一个月
请重定向到下面的URLhttps://www.pooeen.com/viewtopic.php?t=30
个
我期待着尽快收到你的来信。
预先感谢您的宝贵合作。
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{THE_REQUEST} ^GET\\ .\*/index\\.(php|html)\\ HTTP
RewriteRule ^(.\*)index\\.(php|html)$ /$1 \[R=301,L\]
</IfModule>
字符串
1条答案
按热度按时间mfuanj7w1#
使用所显示的示例,请尝试以下.htaccess规则。
字符串