douer9399 2016-10-12 13:51
浏览 39

404错误:在Wordpress的子文件夹中访问PHP应用程序

I have wordpress installed in the root folder for my domain. This is my main website. Now i want to install a CodeIgnitor PHP application in a subfolder (it has nothing to do with wordpress, it just has to be in the same domain) so domain.com/folder/

I however get a 404 error in wordpress.

If I type domain/folder/index.php/login -> it takes me to the login page atleast - but i still cant go beyond.

Please help.

THis is my current .htaccess

# 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>

# END WordPress
  • 写回答

2条回答 默认 最新

  • donglong1465 2016-10-12 14:03
    关注

    Try this

    1. Login wp-admin
    2. Go Settings → Permalinks
    3. Update to post name
    评论

报告相同问题?

悬赏问题

  • ¥15 三因素重复测量数据R语句编写,不存在交互作用
  • ¥15 微信会员卡等级和折扣规则
  • ¥15 微信公众平台自制会员卡可以通过收款码收款码收款进行自动积分吗
  • ¥15 随身WiFi网络灯亮但是没有网络,如何解决?
  • ¥15 gdf格式的脑电数据如何处理matlab
  • ¥20 重新写的代码替换了之后运行hbuliderx就这样了
  • ¥100 监控抖音用户作品更新可以微信公众号提醒
  • ¥15 UE5 如何可以不渲染HDRIBackdrop背景
  • ¥70 2048小游戏毕设项目
  • ¥20 mysql架构,按照姓名分表