这个报错,我弄了好久,第一次我以为我安装有问题,我就卸载重新安装了,但是在结果还是报这样子的错. 查找phpmyadmin的安装位置输入: sudo dpkg -L phpmyadmin 可以看到很多 /usr/share/phpmyadmin/setup/frames/servers.inc.php/usr/share/phpmyadmin/setup/frames/menu.inc.php/usr/share/phpmyadmin/setup/frames/index.inc.php/usr…
 解决方法: 首先,重新安装apache2: sudo dpkg-reconfigure -plow phpmyadmin 配置时记得选择apache2 如果仍然无法登陆,再对phpmyadmin和apache服务器软链接 sudo ln -s /etc/phpmyadmin/apache.conf /etc/apache2/ssites-enabled/phpmyadmin.conf sudo /etc/init.d/apache2 restart 然后浏览器输入http://localhos…
Wamp的Alias具体是干什么用的,后面要研究一下!!!! 我是之前创建了一个站点用Alias,后来把站点文件移到了www下后,除了首页都访问不了了.显示“The requested URL ***** was not found on this serve ”,于是参考下文把之前创建的Alias删掉,就好了. 引用来自:http://blog.sina.com.cn/s/blog_6d267545010198j8.html 前几天在使用Wamp部署几个站点. 有几个可用, 有几个一直提示"请…
The requested URL /home/profession was not found on this server. 通过xxx.com, 首页可以正常访问,xxx.com/xx/xx 就出现 The requested URL xxx was not found on this server. 1,找到apache配置文件httpd.conf配置文件中的 AllowOverride none Require all denied 改成 Options Indexes FollowS…
error: The requested URL returned error: 401 Unauthorized while accessing https://git.oschina.net/....... 解决方法: # git --version git version 1.7.1 安装git时yum默认安装的是1.7.1,想到很多Git服务依赖会对git的版本会有依赖问题,于是想到了升级git版本. http://pkgs.repoforge.org/rpmforge-release/…
今天把项目环境从集成换成独立的,全部搭建好后,网站主页www.xxx.com能打开,但一涉及到跳转,带参数,比如 www.xxx.com/xxx/xxx.html 就会报错 The requested URL /xxxx.html was not found on this server 因为是新搭建的环境,apache的重写未开启,开启重写后,问题解决,方法如下: apache 打开 httpd.conf 文件 找到 #LoadModule rewrite_module modules/mod…
来源:http://blog.csdn.net/happyteafriends/article/details/11554043 github push错误: git push error: The requested URL returned error: 403 Forbidden while accessing https://github.com/wangz/future.git/info/refs git version 1.7.1 OS:CENTOS 解决方案: vim .git/c…
ERROR 错误 The requested URL could not be retrieved 您所请求的网址(URL)无法获取 While trying to retrieve the URL: 当你尝试读取以下网址(URL)时http://localhost:15821/ The following error was encountered: 发生了下列的错误: Access Denied. 拒绝访问 Access control configuration prevents your…
git提交代码时,出现这个错误"error: The requested URL returned error: 403 Forbidden while accessing https" 解决方法: 编辑.git文件夹下的config文件就可以. vim .git/config #改动对于的配置 #原来的url = https://github.com/elitecodegroovy/PhoenixC.git url = https://elitecodegroovy@github.c…
RHEL6.5创建本地Yum源后,发现不可用,报错如下: [root@namenode1 html]# yum install gcc Loaded plugins: product-id, refresh-packagekit, security, subscription-manager This system is not registered to Red Hat Subscription Management. You can use subscription-manager to r…