Marquitus wrote:Hi,
I had build my website manually but now I have a Joomla/Gavick template so all people using search engines and clicking to any old link reach a page that does not exist anymore "page not found".
Is there anyway that when visitors click on a non existing page they are redirected to the index page or to a page where I write an explanation of the situation?
Thanks.
My suggestion is to handle all the redirects from your server rather than the template. If you are familiar with SEO i would also suggest to enable SEF option on joomla so your website will be loaded on yourwebsite.com rather than yourwebsite.com/index.php
You can modify your .httaccess file to handle all the redirects
use redirect 301 /[old relative url] [full new url] (remove [])