Hi,
I really I liked this mod !
But I have a major problem using this ! After I enable this mod, I cannot access my home page using the address:
www.return2india.org
( I disabled JoomSEF currently, so you won't find these erros now ! )
I get the follwing error in firefox: "The page isn't redirecting properly"
However, I was able to access it using :
www.return2india.org/home/index.php
And all the links in the site are working after this, with great urls !
But we expect most of the users to start with
www.return2india.org and if it does not lead to the home page it would be a problem.
Also, is there a way in which I can add a " www. " to all the urls ?
I would really appreciate any help in this regard !
Thanks !
Seshadri
Here is a copy of how my .htaccess file looked when I was using the mod:
===================================================
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)
RewriteBase /
########## Begin - Joomla! core SEF Section
############# Use this section if using ONLY Joomla! core SEF
## ALL (RewriteCond) lines in this section are only required if you actually
## have directories named 'content' or 'component' on your server
## If you do not have directories with these names, comment them out.
#
#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 - Joomla! core SEF Section
########## Begin - 3rd Party SEF Section
############# Use this section if you are using a 3rd party (Non Joomla! core) SEF extension - e.g. OpenSEF, 404_SEF, 404SEFx, SEF Advance, etc
#
RewriteCond %{REQUEST_URI} ^(/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 SEF Section<br><br>Post edited by: skirank, at: 2006/10/06 21:10