Joomla and SEF Problem

Started by willi1, April 12, 2006, 04:00:02 AM

Previous topic - Next topic

willi1

Hello,

i have the following problem, I use Joomla 1.0.8 and SMF 1.1 RC2 and SMF Bridge 1.1.3.
My problem is when i switched on the Sef function in Joomla under global settings,than i can´t read any post
i becomme error messages like this


Not Found
The requested URL /component/option,com_smf/Itemid,82/board,2.0 was not found on this server.

Apache/1.3.27 Server at www.alko-hohl.de Port 80

The SMF function show URLs without "?" is on

can you help me?

best regards

willi1

now i have the problem a little bit limited, it only works with the standard SEF.
it not work with 3rd Party or Core SEF have you any idea.I think open SEF works only with 3rd Party or Core SEF

look the 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
#



thx

André

Orstio

The bridge works only with Joomla's default SEF.  No 3rd party SEF components.

ChaosEnergy

I only have default SEF of joomla 1.08
smf 1.1rc2, bridge 1.14

i changed the old joomla .htaccess, into the new one..and many things in forum dont work..cause at the end..there is a dot..changing the last dot manually into comma...results in working thing

so somewhere in the new .htaccess seems to be a problem for the forum
cause i dont understand those rulez..hopefully someone has an idea

link looks like in the first post
Chaos Empire ®

Orstio

Make sure to uncomment this line in your .htaccess:

RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR]

ChaosEnergy

i did it..but same issue...(reloaded page, restarted apache)
Chaos Empire ®

Orstio


ChaosEnergy

Chaos Empire ®

Orstio

Thank you.

http://chaosempire.info/web/component/option,com_smf/Itemid,61/board,58.0/

Also works.  The period to a comma is not the solution.

You do have SEF turned off in SMF, right?

ChaosEnergy

#9
yes, its disabled in smf

btw clicking a link in this board results also in 404 error..but you are right..this board works..

there is one differnece between both boards

one board seems to have special permissions, so one shows permissions written in italic
Chaos Empire ®

Orstio

Your stand alone forum is here:

http://chaosempire.info/forum

How are you doing that redirect away from it?

ChaosEnergy

#11
This was some code from smf forum:)

// Redirect users who try to access /forum directly XXX
if (strpos($_SERVER['QUERY_STRING'], 'dlattach') === false)
{
    if(!defined('_VALID_MOS')){ header("Location: http://chaosempire.info/web/component/option,com_smf/Itemid,61/");}
}

I fixed the wrong itemid just now..but does not change anything

http://www.simplemachines.org/community/index.php?topic=64282.0

Chaos Empire ®

Orstio

Can you comment out this line in your .htaccess:

RewriteCond %{REQUEST_URI} (/|\.htm|\.php|\.html|/[^.]*)$  [NC]

ChaosEnergy

this seems to fix the issue :)

would be interesting, why a board with special permissions works, a board without not (verfied some other boards...always same effect)

posts dont have special permissons..and wont work...
Chaos Empire ®

Advertisement: