About Me

Josh Lyon

Name: Joshua Lyon
Birthday: August 8, 1985
Location: Grapevine, TX
E-mail: This e-mail address is being protected from spam bots, you need JavaScript enabled to view it

feed image
Home
Apr 09 2007
Joomla SEO on 1and1
Written by Josh Lyon   
Monday, 09 April 2007
 

Tags : joomla, seo, 1and1, search, engine, optimization, google, issues, fix


I had some issues using the first set of instructions I found for setting up Search Engine Optimization (SEO) on my 1and1 account.  I had renamed the htaccess.txt to .htaccess and made some small changes, but I was still having issues.  The information below got me up and going.

Setting up .htaccess file
Rename the htaccess.txt file bundled with the installation to .htaccess.

You will need to make a few changes to the .htaccess file so it is configured correctly.  The change descriptions are noted in bold below. Also, note that RewriteBase is relative to the URL of the site, not the absolute path. If you have Joomla! setup in the root directory, this shouldn't be an issue for you.

## Can be commented out if causes errors, see notes above.
Options FollowSymLinks
RewriteEngine On
# Uncomment following line if your webserver’s URL
# is not directly related to physical file paths.
# Update Your Joomla/MamboDirectory (just / for root)
# Uncomment this line
RewriteBase /

#comment all of the lines of the below section
########## Begin Standard SEF Section
#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d
##RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR] ##optional - see notes##
#RewriteCond %{REQUEST_URI} (/|\.htm|\.php|\.html|/[^.]*)$ [NC]
#RewriteRule ^(content/|component/) index.php
########## End Standard SEF Section

# Uncomment all lines
########## Begin 3rd Party or Core SEF Section
RewriteCond %{REQUEST_URI} ^(/vietnam/component/option,com) [NC,OR] ##optional - see notes##
RewriteCond %{REQUEST_URI} (/|\.htm|\.php|\.html|/[^.]*)$ [NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) index.php
########## End 3rd Party or Core SEF Section


Related articles.

User Comments (5)RSS feed comment
 
icoggert said:
Sweet, it got me going as well. Thank you!!!
Date: 08/09/2007 07:15:09 PM - Title: Sweet
Brandon said:
Thanks you so much. been searching everywhere to fix this.
Date: 04/23/2008 12:15:53 AM - Title: :]
Dozza said:
Thanks for this. The above still works for 1&1 in the UK in April 08. 
 
Why does it work when you uncomment the 3rd party stuff, even tho not using 3rd party? 
 
Weird
Date: 04/29/2008 01:58:58 AM - Title: Still works
Alan Mokbel said:
I've done the changes and still nothing. 
Are you using this with a third party plugin? like 404SEF?
Date: 05/10/2008 07:47:14 AM - Title: Still not working
Gregory said:
Thank you for the help.
Date: 06/03/2008 01:19:35 AM - Title: Thank You!!!

Displaying 5 of 5 comments


Add Comment
Name
E-mail
Title  
Comment
 
Available characters: 600
   Notify me of follow-up comments
  Mathguard security question:
 S          7WY      
TM     C      6   254
 5    7U3   634      
 L     U      1   XJT
M43         SAE      
   
   

 

Add your comment



mXcomment 1.0.8 © 2007-2008 - visualclinic.fr
License Creative Commons - Some rights reserved
< Prev   Next >