wslounge.com
11-12-2006, 07:28 AM
hopefully everyone is having a great veterans day weekend
i have been working on my site and it's almost done but I need a couple more things to complete. One is getting my url's to be search engine friendly for Joomla but i think it has something to do with changing some settings on the host. I have found the following instructions but dont know how to do it any help will be appreciated ...thanks in advance
SEF is for Apache only. It is using mod_rewrite for pointing server to the right file whilst all logic is in PHP. There are only 3 lines in .htaccess for mod_rewrite directions.
To turn SEF support ON:
1) You must run Apache
2) You must have mod_rewrite enabled
3) Your server must allow .htaccess override
4) Set $mosConfig_sef= "1" in configuration.php
5) Rename htaccess.txt to .htaccess
i have been working on my site and it's almost done but I need a couple more things to complete. One is getting my url's to be search engine friendly for Joomla but i think it has something to do with changing some settings on the host. I have found the following instructions but dont know how to do it any help will be appreciated ...thanks in advance
SEF is for Apache only. It is using mod_rewrite for pointing server to the right file whilst all logic is in PHP. There are only 3 lines in .htaccess for mod_rewrite directions.
To turn SEF support ON:
1) You must run Apache
2) You must have mod_rewrite enabled
3) Your server must allow .htaccess override
4) Set $mosConfig_sef= "1" in configuration.php
5) Rename htaccess.txt to .htaccess