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

Popular posts from this blog

Why can rails not find a route created by a helper? -

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -