introduction screenshots faq forum blog modules components download
Please use the search function and/or read the FAQ first.
-->

Real solution for URL REWRITE work



Posted by: seb
September 09, 2010 09:53PM
2 steps :
1)
- #LoadModule rewrite_module modules/mod_rewrite.so
= LoadModule rewrite_module modules/mod_rewrite.so

2)
find
<Directory "${path}/www">
#
# Possible values for the Options directive are "None", "All",
# or any combination of:
# Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
#
# Note that "MultiViews" must be named *explicitly* --- "Options All"
# doesn't give it to you.
#
# The Options directive is both complicated and important. Please see
# [httpd.apache.org]
# for more information.
#
Options Indexes FollowSymLinks

#
# AllowOverride controls what directives may be placed in .htaccess files.
# It can be "All", "None", or any combination of the keywords:
# Options FileInfo AuthConfig Limit
#
AllowOverride None

and replace AllowOverride None by AllowOverride all
Posted by: dd6vd
September 09, 2010 10:30PM
Many Many Thanks.. Works Fine that solve my problem....
Posted by: Thierry
September 10, 2010 09:46AM
Thanks seb. Added in FAQ.