I red all topic and test but nothing nada .. niet ...
So after install and activate the plug in, all links then become somthing like /contacts.php etc... but always have 404 from apache if click on it ..
my joomla site is not in the root but like this :
www.lethon.com/poissons/ ... so my *very famous but impossible* file .htaccess should be :
++++++++++++++++++++++++++++++++++++++
bla bla.... .... bla bla...
## Can be commented out if causes errors, see notes above.
Options FollowSymLinks
#
# mod_rewrite in use
RewriteEngine On
# Uncomment following line if your webserver's URL
# is not directly related to physical file paths.
# Update Your Joomla! Directory (just / for root)
RewriteBase /poissons
########## Begin Standard SEF Section
## 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 Standard SEF Section
########## Begin 3rd Party or Core SEF Section
#
#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 or Core SEF Section
++++++++++++++++++++++++++++++++++
all combinaison i have tried ...switching with comment/uncomment (#) with "FollowSymLinks" or "Standard SEF & / 3rd Party, RewriteCond / RewriteRule".... but the same... and it dont seem to affect the links at all... .... should i choose standard or 3rd part ? ... and why ?
C.
... plug in de délire ...
Post edited by: caseyy, at: 2006/09/17 02:05<br><br>Post edited by: caseyy, at: 2006/09/22 11:27