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

Go to Topic: PreviousNext
Go to: Message ListNew TopicSearchLog InPrint View

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
Options: ReplyQuote
Posted by: dd6vd
September 09, 2010 10:30PM
Many Many Thanks.. Works Fine that solve my problem....
Options: ReplyQuote
Posted by: Thierry
September 10, 2010 09:46AM
Thanks seb. Added in FAQ.
Options: ReplyQuote


Go to: Message ListSearchLog In
Your Name: 
Subject: 
Spam prevention:
Please, enter the code that you see below in the input field. This is for blocking bots that try to post this form automatically. If the code is hard to read, then just try to guess it right. If you enter the wrong code, a new image is created and you get another chance to enter it right.