half way thru designing my website, i realized I had "Search Engine Friendly URLs" set to NO. I've changed it to YES but now have dead links. How do I resolve this while keeping the Search Engine Friendly URLs?
Thank you... I understand the link and followed the instructions. To my surprise, in my root directory, the file was already named .htaccess
In my Global Config, I have Search Engine Friendly URLs set to Yes. I've now selected "Use Apache mod_rewrite" set to YES - is this right? you can see my website at
www.tracywine.com
.
$mosConfig_sef = '1';
line to:
$mosConfig_sef = '0';
4. **Temporarily disable 3rd party extensions or party plugins that may cause conflict.
5. Install SEO Patch:
http://extensions.joomla.org/extensions/3778/details
6. Start over and see if that resolves the problem.
Thanks for the info D2 very useful,
I think I will wait until I have some better skills for using sh404SEF as it seems that it is still beta and the developer is alone in this and therefore support is somewhat sporadic. Sounds like a great plugin but not perhaps for the newbie that I am So I will just be careful with my descriptions and titles for the time being and rely on that to produce URLs of a reasonable quality. Only thing is I want to edit the robot.txt to include "No follow" for external links until I am getting a decent amount of action from the bots. For the life of me I cant find it.... will dedicate some time on it tonight
Complete the following steps to enable search engine friendly URL's for Joomla.
(1) Confirm that your web hosting company support's Apache and mod_rewrite.
( most web hosting providers do support this functionality )
(2) Access your web host using an FTP client, I would recommend using smartftp.
(3) Navigate to the root directory or Joomla installation directory.
(4) Select the htaccess.txt file and rename it to .htaccess
(5) Now Access the Joomla administrator console
(6) Select the Global Configuration item.
(7) Select the SEO tab
( Enable Search Engine Friendly URLs
(9) A popup box will now appear to confirm you have renamed the htaccess.txt to .htaccess
(10) When you view your web the URL's will now look like
www.site.com/content/view/1/2/
or
www.domain.com/Section_Name/Categoryname/Item_Name/
A pop-up didn't appear and I also had to turn 'Use Apache mod_rewrite' to yes, but then the URLs changed over to reasonable ones.
So far, so good with the whole 404 thing too. *fingers crossed*