如何更改codeigniter中的.htaccess文件以阅读wordpress博客?

时间:2016-04-29 06:49:01

标签: wordpress .htaccess codeigniter

我有一个使用codeigniter框架设计的网站。对于crating博客页面我通过引用此链接使用了wordpress click here

使用这个我创建了一个页面。但是对于评论及其所有内容 以下网址

http://localhost/mywebsite/blog/index.php/2016/04/29/my-new-blog/#respond 

因为.htacces限制显示404错误页面

下面是我试过的.htaccess代码

RewriteEngine on
RewriteCond $1 !^(index\.php|asset|info\.php)
RewriteRule ^(.*)$ index.php?$1 [L]
RewriteRule ^(blog)$ index.php?$1 [L]

但仍然无法正常工作

1 个答案:

答案 0 :(得分:0)

如果您已单独为您的Blog安装了wordpress。只需休闲步骤

1)使用wordpress仪表板创建一个页面,称为博客

  By page->new->blog->publish

2)只需将其作为首页

 By settings->Front page displays->Posts page or front page->blog

3)只需复制该页面的URL,您就可以在codeigniter框架中使用它来打开博客

4)如果您再次遇到404问题,可以查看.htaccess或固定链接

Go to settings-> permalink-> set it as default ->Reload or refresh
Then again now Go to settings-> permalink->postname
Your .htaccess will get update with the permalink.