Ok,
Need to have 1 joomla page re-direct in 0 seconds to a page outside of the joomla website.
Looked in the joomla directory and did not find one that is for 1 page only that had worked.
Can anyone assist?
Thanks!
Ok,
Need to have 1 joomla page re-direct in 0 seconds to a page outside of the joomla website.
Looked in the joomla directory and did not find one that is for 1 page only that had worked.
Can anyone assist?
Thanks!
Hello In regards to your reply here:
http://www.sitepoint.com/forums/show…94#post4638794
May you please elaborate?
Unsure what the rule would be / how it would be written in the .htaccess.
Thanks!
As per PM.
redirect 301 /yahoo.html http://www.yahoo.co.uk/
If you’re using Apache with mod_rewrite, you could add a rule to your .htaccess
Hello,
$return = ‘http://demo.joomla.org/’;
$mainframe->redirect( $return );
Its depends on net speed even you activated mod_redirect & htaccess
Thank you