pfoster
04-20-2009, 10:37 AM
Prior to installing Joomla, I had the following rewrite rule working correctly:
Options +FollowSymLinks
RewriteEngine on
RewriteRule directory/(.*)-directory-guide\.htm$ cgi-bin/tsearch.cgi?keywords=$1
It simply takes:
http://www.mysite.com/cgi-bin/tsearch.cgi?keywords=UK
and becomes
http://www.mysite.com/UK-directory-guide.htm
After installing Joomla 1.5.10 and enabling SEF, my original rewrite rule doesn't work. I combined the original rule + Joomla in the .htaccess file which I believe is causing a conflict. Any ideas what line I need to change in the attachment or modify?
Options +FollowSymLinks
RewriteEngine on
RewriteRule directory/(.*)-directory-guide\.htm$ cgi-bin/tsearch.cgi?keywords=$1
It simply takes:
http://www.mysite.com/cgi-bin/tsearch.cgi?keywords=UK
and becomes
http://www.mysite.com/UK-directory-guide.htm
After installing Joomla 1.5.10 and enabling SEF, my original rewrite rule doesn't work. I combined the original rule + Joomla in the .htaccess file which I believe is causing a conflict. Any ideas what line I need to change in the attachment or modify?