| Hi... My Configuration: Joomla 1.0.10 SMF 1.1RC2 Joomla-SMF Bridge 1.1.4.2 (By JoomlaHacks) I get a error after SMF Bridge... When I clicked new message on Board Index page I encounter 404 (Page Not Found) error... ![]() I not encounter that previously sended messages (exist message) before Bridge installation... This problem occured, just new messages after Bridge installation... My previously sended messages (exist mesage) links before Bridge installation, appears like below: Code: http://www.mysite.com/component/option,com_smf/Itemid,94/topic,15.msg0/boardseen#new and no problem... But My Messages links (new messages) after Bridge installation, appears like below: Code: http://www.mysite.com/component/option,com_smf/Itemid,94/topic,83.msg105 and have problem (404 Page Not Found) occured... All other links (such as Forum Info Center new messages links etc.) is OK... Also, Joomla SEO is ON, SMF Seo is OFF in my SMF Forum and Joomla Comfiguration... Sorry my bad English!... (I'm from Turkey) EDIT: I solve this problem but not want this... I solved this problem by disable SEO (SEF) from Joomla Configuraiton... But I want use SEO feature... How solve this problem without lose SEO feature... EDIT - SOLVED: Thanks for everything... I Solved This Problem By Changing .htaccess file in Joomla main directory... Old Code: Quote ########## Begin - Joomla! core SEF Section ############# Use this section if using ONLY Joomla! core SEF ## 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 - Joomla! core SEF Section New Code (Working Code): Quote ########## Begin - Joomla! core SEF Section ############# Use this section if using ONLY Joomla! core SEF ## 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 - Joomla! core SEF Section |
Forum 





Author




Logged






