It does not work.
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator,
[email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Mod_rewrite on?
so what I have:
Rewrite_module LoadModule modules / mod_rewrite.so
Setenvif_module LoadModule modules / mod_setenvif.so
# LoadModule speling_module modules / mod_speling.so
and this.
DocumentRoot "C: / AppServ / www /"
#
# Each directory to Which Apache has access can be configured with respect
# To which services and features are allowed and / or disabled in that
# Directory (and its subdirectories).
#
# First, we configure the "default" to be a very restrictive set of
# Features.
#
<Directory />
Options Indexes FollowSymLinks ExecCGI
AllowOverride all
Order deny, allow
Deny from all
Satisfy all
</ Directory>
and still not working.
could help me solve this