Home arrow Help & Tips arrow Joomla Help & Tips arrow Joomla Tips #8 : Enabling SEF on Windows using Apache server

Joomla Tips #8 : Enabling SEF on Windows using Apache server

Print E-mail
User Rating: / 15
PoorBest 
Written by Editor (cowboy)   
Friday, 15 December 2006
This is a quick tip for all Joomla developers whose developing on Windows using Apache server. I've been trying to figure out how to make Joomla SEF work on Windows environment and finally got it after some googling.

This involves modification to Apache's http.conf:

  1. Copy htaccess.txt to .htaccess (Windows Explorer won't let you rename it, so you'll need to do this on DOS prompt mode)
  2. Go to Joomla admin >> Site >> Global Configuration >> SEO tab and click "yes" to "Search Engine Friendly URLs".
  3. Find your Apache installation directory and go to conf directory and edit httpd.conf.
  4. If you don't have the following entries below, just add it and save.

    <Directory />
    Options FollowSymLinks
    AllowOverride All
    </Directory>

  5. Restart Apache and that's it!

Comments (3)add feed
Didn't work for me... : decioy
I have a standard xamps install, and I copied my website from the host using joomlapack. Everything work fine if I delete the .htaccess file and turn off SEF. I tried your tip, but putting the .htaccess file back gives me the same 500 error. It work ok in my shared host.
February 5, 2007
as opposed to editing your : chadness : http://www.technoadvice.com
To clarify that a little bit, the part you really need is the AllowOverride All line - that's what enables .htaccess files in Apache. The Options FollowSymlinks line is actually included in the .htaccess file of a default Joomla install.

Also, note that you might need to edit the htaccess file, especially if you are using a 3rd party SEF component or your Joomla installation is not in the root directory of your web server. Notes are in the htaccess file for what you need to do.
March 6, 2007
you need more ... : maia
mod_rewrite must be working on your apache install as well images/wink.gif
August 21, 2007
Write comment

You must be logged in to post a comment. Please register if you do not have an account yet.

 
Next >



 
Joomla Hacks is a Joomla Components, Joomla Modules, Joomla Templates, & Joomla Mambots resource portal.
None of the text or images in this public website may be copied without the expressed written consent of the authors.
Copyright 2005 by JoomlaHacks.com. Powered by Joomla. All rights reserved.
Terms of Use