Log in

View Full Version : Want a quick help for htaccess issues.



UrmilaP
04-22-2011, 10:52 AM
Any body help please , I want to redirect 404 pages , I have used htaccess
for this , It is working in Firefox , but not in google chrome, it gives Error.

"Oops! This link appears to be broken.":(

Is this error is 404, if not then is this DNS server error, if yes then plz give me solution , how to redirect this to my custom 404page..

I want quick solution..



Thanks..

fastsol1
04-22-2011, 11:49 AM
Most hosts that I have used require you to set the 404 page you want to see in the control panel of your hosting account.

devogirl
04-26-2011, 06:38 AM
Just a side note. .htaccess operates on the server-side of things. If it works in one browser it is guaranteed that it will work in other browsers as well. Browsers only display the result of what the server is throwing at them. That is some other browser issue you are experiencing.

You mentioned using .htaccess directives, do you mind copy and pasting what you are doing? I might be able to help you with this.

djr33
04-26-2011, 01:11 PM
The only exception to that might be if .htaccess is giving a certain command that is nonstandard (or just ignored by some browsers). For example, if there is a redirect, some browsers might do it and others might not. This will be very rare, especially if your code is in a standard format.