腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(9999+)
视频
沙龙
4
回答
请问我用DEECMS的应该选什么系统?
云服务器
、
官方文档
请描述您的问题地址:https://cloud.tencent.com/document/product/213/2764
浏览 593
提问于2018-03-10
1
回答
网站纯静态页面和伪静态页面的区别到底是什么呢?
php
、
html
比如
dedecms
生成的单页?
浏览 410
提问于2017-11-10
2
回答
想搭建在线教育网站,有什么框架或者解决方案推荐呢?
通用教育
RT
浏览 819
提问于2017-11-28
3
回答
腾云助手IIS版 降低PHP版本,就连不上MYSQL数据库?
php
、
数据库
、
sql
现在用了个
dedecms
的GBK版,用腾云助手IIS版 默认的PHP 5.4.21有很多问题,想降低到 PHP 5.2.17。
浏览 982
提问于2016-06-01
3
回答
为什么我在Rails中得到“错误
404
找不到”?
ruby-on-rails
、
ruby
、
heroku
这就是我的问题:当我运行命令rails server并转到localhost:3000时,我得到了"Error
404
not“页面,所以我尝试将localhost:3000/home放在这里,因为它是一个视图id" ASC LIMI Rendered public/
404
.html (14.0ms) Filter chain haltedas :find_page rendered
浏览 10
提问于2016-08-16
得票数 0
回答已采纳
1
回答
CodeIgniter在前端和后端使用不同的
404
页。
php
、
codeigniter
、
http-status-code-404
(); // Return
404
if post not found applicatiom - controll
浏览 4
提问于2015-09-24
得票数 2
2
回答
用Magento翻译
404
页
magento
、
csv
、
translate
我还需要翻译的唯一一页是'
404
not‘页面。但我在服务器上找不到它。我在这里说的是.csv文件。
浏览 3
提问于2016-02-19
得票数 0
回答已采纳
2
回答
自定义
404
页面并将用户发送到该页面
php
、
.htaccess
、
http-status-code-404
看起来像这样Options +FollowSymLinks - MultiViewsif ($User == NULL) { header("HTTP/1.0
浏览 0
提问于2014-06-01
得票数 0
3
回答
当用户单击django中的错误url时,如何返回
404
错误页?
django
、
python-2.7
嗨,我有像下面这样的urls,如果用户点击的urls不在我的urls.py文件中,那么我需要返回一个
404
错误页面,怎么做呢?
浏览 1
提问于2013-12-05
得票数 3
回答已采纳
1
回答
404
错误未按应该显示的方式显示
php
、
apache
、
.htaccess
、
mod-rewrite
、
http-status-code-404
但是,当我访问一个应该导致
404
错误的URL时,它会显示主页(index.php)。ErrorDocument
404
/pages/errors/error_redirect.phpRewriteRule ^(.*)$ /pages/errors/
404
.php [L] RewriteCond %{REQUEST_URI} ^
浏览 2
提问于2016-07-29
得票数 2
回答已采纳
1
回答
使用htaccess将url以.php页重定向到自定义
404
页,导致自定义
404
页中断。
.htaccess
、
mod-rewrite
、
url-rewriting
、
http-status-code-404
RewriteEngine On//if url ends with .php/ , show custom
404
pageRewriteRule .php/$ - [R=
404
,L]RewriteRule .php$ - [R=
404
,L
浏览 1
提问于2022-09-26
得票数 1
回答已采纳
2
回答
CustomErrors on在生产环境中不起作用
asp.net-mvc
、
error-handling
当用户传递不存在的对象的id时,我以这种方式返回
404
视图:return View("
404
"); 在本地,所有工作都很好,并且我有我的自定义错误页面但是在生产环境中,我有一个标准的asp.net
404
页面。我尝试将customErrors
设置
为"on“或"off”-结果是相同的。
浏览 4
提问于2012-01-14
得票数 1
回答已采纳
1
回答
Google搜索控制台/网站管理员工具URL错误;带有和不带尾斜杠的相同URL
.htaccess
、
redirect
、
http-status-code-404
、
http-status-code-301
、
google-search-console
在返回
404
之前,URL能用尾随斜杠重定向吗?.*)$ http://www.babysavers.com/$4是否有一种方法可以在返回
404
之前获得重定向?
浏览 1
提问于2017-01-02
得票数 0
2
回答
IIS 7.5中的第
404
页,具有集成管道,与经典管道配合良好
asp.net
、
iis
、
web-applications
、
iis-7.5
、
sitecore
我在IIS7.5下运行sitecore 6.4,我遇到了以下网址的问题: 基本上,当IIS处于经典模式时,布局呈现正常,但如果我将其更改为intergrated,我会得到一个IIS
404
页面。
浏览 3
提问于2012-01-07
得票数 2
回答已采纳
1
回答
需要帮助将apache .htaccess代码转换为lighttpd url_rewrite代码
apache
、
url-rewriting
、
rewrite
、
lighttpd
、
translate
.*" => "index.php" )谢谢,微型^地球
浏览 1
提问于2009-05-26
得票数 1
4
回答
如果在django的urls.py中未找到任何urls,则将其重定向到
404
.html
python
、
regex
、
django
、
django-urls
如果创建的页面"
404
.html“页不存在于urls.py中,而不是由django显示错误,那么如何将任何类型的url模式重定向到创建的页面。
浏览 6
提问于2015-05-14
得票数 13
回答已采纳
1
回答
是否将Nginx "No input file specified message“替换为空或其他?
php
、
nginx
可以替换消息“未指定输入文件”。在Nginx中使用另一条消息或空白?我想我的网站访问者不会显示任何东西,如果我的服务器得到像那样的错误。
浏览 2
提问于2015-07-05
得票数 0
2
回答
更新nginx状态代码
nginx
、
http-status-code-404
我希望nginx处理
404
错误状态,并将它们重定向到另一个域。# error handlinglog_not_found off;以及: rewrite ^ http://www.example.com/
404
.html?per
浏览 0
提问于2011-04-11
得票数 1
1
回答
如何使用.htaccess正确地重定向文件
.htaccess
\ ]+)\.php它显示了一个错误,它说: 此外,在试图使用ErrorDocument处理请求时遇到了500个内部服务器错误。如果有人访问index.php >>,他们将得到
404
错误。如果有人访问索引,他们将得到正确的索引。
浏览 3
提问于2014-12-28
得票数 1
1
回答
在wordpress中获取
404
页面URL
wordpress
这太奇怪了,我在API中找不到一个函数来获取
404
页面链接的链接。是我错过了什么,还是我看错了地方?
浏览 0
提问于2017-09-27
得票数 0
点击加载更多
热门
标签
更多标签
云服务器
ICP备案
对象存储
实时音视频
云点播
活动推荐
运营活动
广告
关闭
领券