php - my .htaccess getting Internal Server Error -
i'm trying create .htaccess file
rewriteengine on rewritecond %{request_filename} !-d rewritecond %{request_filename} !-f rewritecond %{request_filename} !-l rewriterule ^(.+)$index.php?url=$1 [qsa,l] and when try in web browser localhost/mvc (mvc web directory) i'm getting error
internal server error:
the server encountered internal error or misconfiguration , unable complete request.
please contact server administrator @ webmaster@localhost inform them of time error occurred, , actions performed before error.
more information error may available in server error log.
apache/2.4.6 (ubuntu) server @ local host port 80
set allowoverride in httpd.conf
Comments
Post a Comment