Sorry, but I spoke too soon. I put the following code in the htaccess file:
Redirect permanent /Foro-de-viajes http://www.viajeria.com/foro/index.php
The old forum redirected to the new forum, but stripped the theme so that the forum shows up with a white background and no images. I also tried it using the address
http://www.viajeria.com/index.php?option=com_smf&Itemid=139, thinking that maybe it was an issue with the Artio JoomSEF URL. Same result.
What's up with that? Needless to say I removed it. Any idea what could be causing the problem? Thanks a lot.
UPDATE: I asked my hosting company for help, and here's the reply: Since you are redirecting
http://viajeria.com/Foro-de-viajes to a new
location, your style sheet cannot be loaded from
http://viajeria.com/Foro-de-viajes/Themes/default/style.css?rc3. This
will need to be moved to the new /foro directory and called as
http://viajeria.com/foro/style.css?rc3.
I tried that and it didn't work, I assume because of the peculiarities of Joomla and the bridge component. Any other suggestions? Should I try copying the Themes folder to the main Joomla folder, or to the component folder? Any help would be greatly appreciated.
UPDATE: OK, I think I understand the issue, but not the solution. Since the old folder, Foro-de-viajes is being redirected to the new forum, when the bridged forum tries to access the css file in the Foro-de-viajes folder, this request is being redirected as well. So I guess possible solutions would be to:
1) create a new folder with the SMF forum, and configure the bridge to draw from that folder. Then you could redirect Foro-de-viajes using the .htaccess file. I tried changing the folder name on the server and in the bridge configuration and had the same css problem.
--or--
2) Move just the CSS file and hack the bridge component code so that the css is retrieved from there.
Thoughts? I'd a beginner when it comes to coding (accounting degree), so I appreciate any help with how to make this happen! Thanks a lot.
Paul