Hello,
I'm trying to set up SMF 1.1RC2 with Joomla 1.0.8. I have the newest bridge installed from Joomlahacks. I have SEF turned on in Joomla, and off in SMF. I don't have compressed output turned on, or local cookies. Everything works except new registrations. I would like to use SMF for registration, not a bridge or Joomla. But when I register a new user, it says there's a problem with my cookies settings. After the patch, I can no longer register with the SMF forum alone, accessed from a link that bypasses joomla. Here's my Joomla site, pleae try to reegister: http://www.linuxforo.org/component/option,com_smf/Itemid,10/
Here's my .htaccess:
-----------------
## 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/MamboDirectory (just / for root)
# RewriteBase /
########## 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
Any suggestions? Thanks!
Forum 







