The problem with the integration of SMF forum when you upgrade to Joomla 1.0.8
When you update Joomla to version 1.0.8 on some sites no longer work correctly bridge Joomla + SMF of Joomlahacks.com. In particular, references to sections of the forum were to issue a 404 error “page not found”.
In fact, to blame for our inattention. In Joomla! 1.0.8 changed file . Htaccess, Which is responsible for the friendly links (SEF).
To work correctly, the bridge must rasskommentirovat lines 73 and 82 (line numbers may not match). That is, the strings of the form
# RewriteCond% {REQUEST_URI} ^ (/ component / option, com) [NC, OR]
need to remove grill, standing in front of the line. Came to this:
RewriteCond% {REQUEST_URI} ^ (/ component / option, com) [NC, OR]
If you have Joomla is in a subdirectory, it is necessary to correct the above lines the way:
/ Component / option, com
on
/your-directory /component / option, com
