I managed to get the pages back again working by following the instructions on a previous thread by
renaming htaccess.txt to .htaccess and removing the #'s in notepad in the 3rd party SEF section.
However, when i activate the SEF inside the global site configurations/SEo....
I get:
-----------------------------
FILE NOT FOUND: /joomla100/availability/index.php
404: Not Found
Sorry, but the content you requested could not be found
------------------------------
I have tried renaming the path inside the .htaccess file, but so far cannot find the combination to make it work.
my details are:
Absolute Path: C:/xampp/htdocs/JOOMLA100
Live Site:
localhost/joomla100
------------------------------------------------------------------------
my .htaccess file reads:
# 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#########
-----------------------------------------------------------------------
I have tried all combinations but so far nothng works. Interesting that all links work with all combinations when I turn off the Global Site Setting for SEO.
Any help much appreciated.
Craig<br><br>Post edited by: CraigS, at: 2007/07/22 19:26