Problem to redirect custom page using htaccess

I could not create dynamic post through URL by .htaccess, Page or Post redirect automatically 404 page.I have tried Redi

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

Modify Url -

.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

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745298086a4621264.html

相关推荐

  • Problem to redirect custom page using htaccess

    I could not create dynamic post through URL by .htaccess, Page or Post redirect automatically 404 page.I have tried Redi

    8小时前
    40

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信