Menu Content

Support

> Forums, FAQs & Paid Support
Welcome, Guest
Username Password: Remember me
Support forum for users using free edition of JoomSEF 3 (Joomla 1.5 compatible). These forums are mainly for mutual help between users.

Please note that due to our capacity limitations, we do not monitor these forums regularly.
  • Page:
  • 1
  • 2

TOPIC: home page url

Re:home page url 17 years, 5 months ago #513

is there any other fix for that

I really do not know apache so can you give me the line that I should put inside?

Re:home page url 17 years, 5 months ago #539

  • Jani
After several days of searching I found the solution.

So if you want to redirect the front page component URL www.domain.com/index.php?option=com_frontpage&Itemid=1 to just the root www.domain.com, add this to your .htaccess:

RewriteCond %{QUERY_STRING} option=com_frontpage
RewriteRule ^index\.php$ /? [R=301,L]

If you have rewritten the frontpage to for example www.domain.com/home/index.php use this:

RewriteRule ^home/index.php www.domain.com [L,R=301]

Re:home page url 17 years, 5 months ago #550

  • Sniperz53
Hi, I apologize for digging this topic up again,

However, after attempting to use the solution provided it does not seem to work.
www.guildwarsrealm.net

The home links still directs to home/index.php
  • Page:
  • 1
  • 2
User Login Empty