duanmaifu3428 2014-10-25 01:09
浏览 126

ErrorDocument 404无效。 .htaccess阻止了我的404重定向吗?

I have set up cutePHP (cms) up in a directory on my server. http://example.com/x

i have once .htaccess file in the root of my server. http://example.com

By visiting http://example.com you are redirect to http://example.com/x - This is what i want

If i goto http://example.com/x/PageThatDoesntExist.php - It takes me back to http://example.com/x - This is acceptable, but not exactly what I want.

However, if i goto http://example.com/PageThatDoesntExist.php - It takes me to a messed up version of my site.

Why is 'ErrorDocument 404' doing it's job?

Here is my .htaccess file

ErrorDocument 404 /404.htm

# --- XBOXMADDER[ST]
RewriteEngine On
RewriteRule ^tic$ http://www.example.com/x/tic [L]
# --- XBOXMADDER[ED]

# --- XBOXMAD[ST]
Options +FollowSymlinks
Redirect /index.html http://www.example.com/x/
# --- XBOXMAD[ED]

# --- CUTENEWS[ST]
RewriteEngine ON
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ /team/show_news.php?cn_rewrite_url=$1 [L]
# --- CUTENEWS[ED]

Any help with this would be greatly appreciated.

  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥15 从键盘随机输入A-H中的一串字符串,用七段数码管方法进行绘制。提交代码及运行截图。
    • ¥15 TYPCE母转母,插入认方向
    • ¥15 如何用python向钉钉机器人发送可以放大的图片?
    • ¥15 matlab(相关搜索:紧聚焦)
    • ¥15 基于51单片机的厨房煤气泄露检测报警系统设计
    • ¥15 路易威登官网 里边的参数逆向
    • ¥15 Arduino无法同时连接多个hx711模块,如何解决?
    • ¥50 需求一个up主付费课程
    • ¥20 模型在y分布之外的数据上预测能力不好如何解决
    • ¥15 processing提取音乐节奏