php - .htaccess redirection a url to another url -
i'm having problems .htaccess file. want redirect read_more.php?pid=2 vision-mission.php.for try following code
rewriteengine on rewriterule ^vision-mission-([0-9]+)\.php$ read_more.php?pid=$1
then following error obtained internal server error
the server encountered internal error or misconfiguration , unable complete request.
please contact server administrator @ admin@example.com inform them of time error occurred, , actions performed before error.
more information error may available in server error log.
please give solution problem
Comments
Post a Comment