The error-pages tag has no wiki summary.
2
votes
2answers
76 views
How to set non Drupal 404 and 403 pages for Drupal?
Under Site Information we can provide custom 404 and 403 pages to Drupal, but these need to be created inside Drupal, and non Drupal pages are rejected. (such as myerror/404.html).
Contrib modules ...
0
votes
1answer
18 views
Cron is 403: forbidden with cron_key and through 'run cron' link
I'm getting a 403: You don't have permission to access /cron.php on this server.
This is whether or not I am logged in. Stranger thing is that it is happening on our development server, but not the ...
0
votes
2answers
47 views
no www redirects to front page
I recently taken over a Drupal site to maintain and work on the design bit. I'm having an issue where if I enter a page on my site without the www prefix, I get directed to the front page. You should ...
0
votes
1answer
49 views
Page not found SEO
Drupal offers us the possibility to set the 404 page displayed for the end users (this can be set in the admin configuration).
Ex : If you type
http://www.example.com/doesntexist
you are ...
0
votes
0answers
9 views
Problems with translated 404 page
On a bi-lingual site I'm having problems with localized 403 and 404 pages. My setup is exactly as described here. The problem is that it works beautifully as long as I'm logged in. The anonymous user ...
0
votes
1answer
25 views
Why would I get a 404 on “Authoring Information” autocomplete?
Below is a screenshot of a 404 I'm receiving on the standard author autocomplete, and I can't figure out, for the life of me, why this would be happening.
0
votes
0answers
17 views
printpdf module error 'access denied' for admin
I have installed module for printing html to pdf, but it doesn't want to work properly. I have a visible url and is working fine, but when i put 'printpdf/' in front of it, so i would get pdf, the ...
1
vote
0answers
36 views
Drupal Cache send to a 404 page after a while
I have a multilingual website which use cache (views cache activated, performance on ...).
That website works well but, sometime, after a while, some homepages in others language are redirecting to ...
0
votes
1answer
149 views
How can I trace a HTTP 500 (Internal Server Error) at `admin/reports/status`?
I get a HTTP 500 (Internal Server Error) at admin/reports/status
I see no errors at admin/reports/dblog
How can I trace this?
3
votes
2answers
139 views
How to setup custom 404 page that will ignore the path?
I have the pathauto setting up URLs as /Country/Dept/node-name (i.e. - /US/Training/How-To-Create-Node). If I enter a non-existent path at the root, it goes to my default 404 page I created. ...
1
vote
1answer
123 views
Get the invalid URL which throw a 404
I have a catalog of products in one of my website, each year there are new products and some old products are unpublish (never deleted). Some websites put links to the products, so when a product is ...
0
votes
0answers
44 views
Override header status of pages?
My site is not being indexed by google.. when I check it with Google Webmaster tools I get:
HTTP/1.1 404 Not Found
Date: Mon, 15 Oct 2012 19:37:43 GMT
Server: Apache
Expires: Sun, 19 Nov 1978 ...
2
votes
1answer
133 views
Link to small .php script on drupal page gives 404
I am new to drupal and have a page set up with a bunch of links. When clicked, the links are supposed to open up a php file (player.php, located in the root directory) in a new window. However, all I ...
0
votes
1answer
178 views
Made a local copy of live-site: all paths generate error 404
Drupal version: 6
I've made a local copy of a site that is live, has loads of content and is configured to run in the Kurdish language.
Steps I did to accomplish this:
- Made a tarball of the Drupal ...
2
votes
3answers
87 views
How do I manage 404s for old paths after moving to Drupal?
We moved to Drupal from another CMS about a year ago, and we still get 100s of "page not found" log entries each day for paths that were for our old site that don't exist on the new site. By checking ...