I haved tried many times, read this forum but just cannot make 404 to specific page work. (redirect URL's works perfectly).
Component + plugin installed/enabled.
plugin: Custom error 404 page YES
error page id: 2
Now, I dont understand very well what to change in the component parameter. I copied its contents below. Actually it would be easiest to indicate a custom HTML page which says all the error blabla.
I also attached .htaccess file from my root directory.
THANKS
Hans
************************************* RDJ component parameters ****************************************************************
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "
www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="
www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en-gb" dir="ltr">
<head>
<base href="
www.4me2.com">
<title>4me2 site - Error 404: the page cannot be found</title>
<link rel="stylesheet" href="
www.4me2.com/templates/system/css/error.css" type="text/css" />
</head>
<body>
<div align="center">
<div id="outline">
<div id="errorboxoutline">
<div id="errorboxheader">Error 404 - errormessage</div>
<div id="errorboxbody">
<p><strong>You may not be able to visit this page because of:</strong></p>
<ol>
<li>an <strong>out-of-date bookmark/favourite</strong></li>
<li>a search engine that has an <strong>out-of-date listing for this site</strong></li>
<li>a <strong>mistyped address</strong></li>
<li>you have <strong>no access</strong> to this page</li>
<li>The requested resource was not found.</li>
<li>An error has occurred while processing your request.</li>
</ol>
<p><strong>Please try one of the following pages:</strong></p>
<p>
<ul>
<li><a href="
www.4me2.com/index.php" title="Go to the Home Page">Home</a></li>
</ul>
</p>
<p>If difficulties persist, please <a href="mailto:
Questo indirizzo e-mail è protetto dallo spam bot. Abilita Javascript per vederlo.
">contact</a> the System Administrator of this site.</p>
<div id="techinfo">
<p>error message</p>
</div>
</div>
</div>
</div>
</div>
</body>
</html>
I file di questo Forum sono invisibili ai visitatori. Prego accedi o registrati per visualizzarli.