Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
5answers
549 views

Custom 404 page - PHP

I have a custom 404 page which works fine except for the message I want to display on this page. I would like it to say the url of the page which can't be found but instead it displays the url of the ...
3
votes
2answers
162 views

Returning Http Status Code to Apache from PHP?

On my local development machine, I downloaded PDT + Zend Server, which included Apache 2.2.16 and PHP 5.3.5, running on Windows 7. On my local site, I included a .htaccess that includes ErrorDocuments ...
2
votes
2answers
191 views

ErrorDocument doesn't seem to be working in my .htaccess

Can anyone advise please? I'd like to have the default page for visitors to my site as being index.php and for all non-existent pages the visitor should see errordoc.php So I've put this in the ...
2
votes
2answers
994 views

Single ErrorDocument directive to catch all errors (.htaccess)

Is there something like a wildcard directive to catch all possible errors and deal with them in a single custom error page? ErrorDocument 404 /error.php?code=404 ErrorDocument 403 /error.php?code=403 ...
1
vote
2answers
87 views

Allowing blocked IP to view 403 ErrorDocument

I have a script that is automatically adding IP addresses to my.htaccess file based on lookups in spam databases. However, I would like for subsequent visits from those addresses to be able to view a ...
1
vote
1answer
357 views

Apache Error Document is not working

I am running the apache2 webserver in the linux environment.I want to redirect the users to customized error pages.So have created the error pages & created the symbolic link in the htdocs also ...
1
vote
1answer
138 views

Rails 404 handler for non-Rails URLs

I've inherited a site with hundreds of scattered HTML and non-framework PHP files, which I am porting to Ruby on Rails 3.0. As functionality is added in the Rails app, the corresponding pages are ...
1
vote
2answers
758 views

Apache's ErrorDocument directive does not redirect

I have a bunch of ErrorDocument directives in my .htaccess file in order to catch almost all the possible errors Apache can throw at a user, and to redirect said user to my error controller which ...
1
vote
1answer
141 views

How to combine ErrorDocument and redirect in htaccess?

I have a very simple 5 page static site. Instead of a 404, I want to do a 301 redirect to the index page whenever a visitor accesses a page that doesn't exist. I tried something like this: ...
1
vote
2answers
254 views

Creating an error page for a subdomain that doesn't exist

I've got a number of subdomains on one of my sites. When someone goes to a subdomain that doesn't exist, I want to redirect to a 404 page on my main domain. noexist.example.com --> ...
1
vote
1answer
57 views

How do i have Apache to do further handling of the error status set within the PHP script?

My environment is: shared hosting with PHP 5.2 installed as apache2handler I have ErrorDocuments configured: ErrorDocument 404 "Simply Not Found" # OR ErrorDocument 404 /errors/fancy-not-found.php ...
1
vote
2answers
117 views

.htaccess cross browser

Im trying to load a custom error document for a 404 error using a .htaccess file on a linux server, the page gets the current page URL then redirects to another site (which is retrieved from a db) ...
1
vote
2answers
172 views

404 ErrorDocument Problem

I have .htaccess already configured: ErrorDocument 404 error.php But whenever I go to an invalid page, it should display the 404 page, but it just shows: "error.php" Just blank white, just ...
1
vote
1answer
340 views

How can I get ErrorDocument in .htaccess to output wrong uri parameter?

I've worked-around the solution to transform all uri to one page via ErrorDocument. The reason behind this is to send Files AND folders (nice urls) to one page. However, I need the URI string to be ...
1
vote
2answers
692 views

ErrorDocument 404 Not Sending Referrer Information: PHP

I'm using a standard htaccess ErrorDocument 404 to redirect users to a new page. In order to customize the 404, I need to know their referrer information (from the page they Tried to visit). ...
0
votes
0answers
15 views

ErrorDocument redirect on RedHat Apache + JBOSS

I have Jboss running with Apache server in a RedHat server, with a website in the 8080 port, and de domain is pinting to localhost:8080 so when Jboss is down, Apache throws an error and i want to ...
0
votes
1answer
59 views

Index.php as custom error page

I'm using Apache 2.2.X and PHP 5.2.X (installed as Apache module) to build a new website and I would like to read your suggestions about how I'm trying to handle server errors.I was thinking about ...
0
votes
1answer
38 views

ErrorDocument & Mod Rewrite

I was wondering if there is a way to use Mod Rewrite to handle every possible http status error code (4XX and 5XX ones) instead of declaring them all in htaccess like this: # serve custom error pages ...
0
votes
0answers
48 views

.htaccess ErrorDocument & clean urls wont work together

As a standard using the redirect on every site i create. Just realised i have never really implemented the 404 pages since doing this so added to .htaccess the file is as follows <Files ...
0
votes
1answer
27 views

Is it possible to use apaches ErrorDocument 404 to actually change the URL instead of needing absolute paths?

We have in a htaccess file: ErrorDocument 404 /404.shtml Which works to show the 404.shtml file. The problem is when someone types thedomain.com/folder1/folder2, it breaks the layout as the page ...
0
votes
1answer
67 views

404 page with htaccess

If i have a rewrite rule setup to get any name that is not a file and display the page-layout-select.php How would I set a 404 if the page returns nothing as if I type anything (a page name that does ...
0
votes
2answers
277 views

Setting an ErrorDocument 404 in .htaccess causes jQuery's AJAX call to never error

Alright, so I tried to use .htaccess to set up ErrorDocuments for various error codes. It works great, except that now, the following jQuery AJAX code will never run the error() function: ...
0
votes
0answers
356 views

.htaccess ErrorDocument 404 causes Redirect Loop

I'm trying to create a 404 Error page at /404.php. I added the ErrorDocument line into my .htaccess file in the hostname root, but it seems to cause a redirect loop on any requests that would become ...
0
votes
0answers
161 views

How to let an apache2 handler return a custom error document?

We use the libapache2-mod-R-base apache2-module to call R from apache in a REST api. It basically functions very much like for example libapache2-mod-php5 (although less advanced). A problem with the ...
0
votes
1answer
718 views

ErrorDocument not working with local file

I am working on a web app that I'm running on Tomcat 6.0.18, and I am using Apache 2 as a reverse proxy. This works fine. I'm also trying to get Apache to display error pages when, for example, I've ...
0
votes
3answers
846 views

Apache ErrorDocument not working for PHP 500 error

I have a number of ErrorDocuments setup in my .htaccess file for errors such as 404, 401, 403 etc which all redirect to my error page but the ErrorDocument set for a 500 error is never displayed when ...
0
votes
3answers
640 views

.htaccess and custom ErrorDocument for different file types

I'm wondering if it's possible to use mod rewrite along with the ErrorDocument deceleration to customize the error pages depending on what type of file is requested. For example a non-existent html ...
0
votes
1answer
287 views

Custom 401 Error Page for SVN Server

I have SVN server running on one of my domains as svn.mydomain.com and would like to setup a 401 error document for when the user authentication fails. As svn isn't an actual folder or real ...
0
votes
3answers
186 views

custom 404 page for nonexistent php files

I just tried to redirect nonexistent files on the server to my custom 404 page but it only redirects .html files. I used that in my .htaccess file: ErrorDocument 404 /404/404.html How can I ...
0
votes
6answers
688 views

How to use errordocument to redirect to a php file in the same folder?

I want to take requests for missing files in a specific folder and redirect them to program.php in that folder. This is a program I will use a lot in different places, and I would prefer to avoid ...
0
votes
2answers
689 views

right order of rewrite rules in an htaccess file

I need to have : http://www.example.com/v1/my-project/ redirected to http://example.com/my-project/ so : (1) remove the www from the http_host RewriteCond %{HTTP_HOST} ^www\.example\.com$ [NC] ...