Configuring Windows/Apache For SEF
Written by Russell Winter Many Joomla! Community members are using ther local Windows based PC's
to test and develop Joomla! sites on and one of the most frustrating
items about Apache on Windows is that Winodws cannot support many of
the Apache functions that can be used on Linux/Unix based production
sites. # Remove the "#" if it exists from the following line in the modules section LoadModule rewrite_module modules/mod_rewrite.so 3 ) Restart Apache to check that the ReWrite Module is loading correctly and not crashing Apache apache -k restart # AccessFileName: The name of the file to look for in each directory # for additional configuration directives. See also the AllowOverride # directive. # #AccessFileName .htaccess # Allows for Joomla! SEF functionality on Windows (Notice, No dot) AccessFileName htaccess # # The following lines prevent .htaccess and .htpasswd files from being viewed by Web clients. # #< FilesMatch "^\.ht" > # Allows for Joomla! SEF functionality on Windows (Notice, No dot) < FilesMatch "^\ht" > Order allow,deny Deny from all Satisfy All < /FilesMatch > 3 ) Restart Apache to check that the FileMatch Rule is not in error and not crashing Apache apache -k restart
|




