php - .htaccess Rewrite rule http error 500.51 -


i trying redirect urls index.php , include pages based on url, trying achieve user-friendly uri's basically.

the site hosted using iis. here .htaccess:

rewriteengine on rewritebase /  rewritecond %{request_filename} !-f rewritecond %{request_filename} !-d  rewriterule ^([^?]*)$ /index.php?path=$1 [qsa,l] 

this has been placed in root directory site.

i tried provide screenshot of error, reputation low. however, error provided with

http error 500.51 - url rewrite module error. condition's expression "{map1:{request_uri}}" not valid. 

to error, using following url 'http://192.168.1.66/hello'.

any understanding issue appreciate; have tried provide information possible.

thank you.


Comments

Popular posts from this blog

javascript - Bootstrap Popover: iOS Safari strange behaviour -

Magento/PHP - Get phones on all members in a customer group -

session - Logging Out Using PHP -