Hi!
My
www.domain.com doesn't work!! Very important.. and now I can't get it to work even if I shut SEF off...!! = 404
But
www.domain.com/hem Works!! Why? (mainsite at this URL)
Please help me! Have to got a solution today!!
## OpenSEF plain htaccess file
## Can be commented out if causes errors
Options +FollowSymLinks
## mod_rewrite in use
RewriteEngine On
## If Joomla is installed in the web server root
## RewriteBase /
## If Joomla is installed in a sub-directory
## RewriteBase /directory_name_here
RewriteBase /
## Begin 3rd Party or OpenSEF 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 OpenSEF Section
/Viktor
Post edited by: Xeonz, at: 2006/09/26 23:28
Post edited by: Xeonz, at: 2006/09/26 23:52<br><br>Post edited by: Xeonz, at: 2006/09/27 00:35