admin管理员组文章数量:1419235
I could not create dynamic post through URL by .htaccess
, Page or Post redirect automatically 404 page.
I have tried Redirection Plugin, but i could not successfully redirect. Please try to give me solution, Thanks in advance.
Original Url - ;sign=topic
.htaccess
code:
Options +FollowSymLinks
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
RewriteEngine On
RewriteRule ^subject/(\d+)?$ ./subject-detalis?sign=$1&type=$2
本文标签: Problem to redirect custom page using htaccess
版权声明:本文标题:Problem to redirect custom page using htaccess 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745298085a2652200.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论