I am trying to use URL Rewrite
This script is not working. Is it because I am still testing using localhost?
Options +FollowSymLinks
RewriteEngine on
RewriteRule readnews-news_art_id-(.*)\.html$ readnews.开发者_开发百科php?news_art_id=$1
looks good. check your server side permissions. what means do "not working" do you get an error 500? if so you probably need to AllowOverride All on that directory in the webserver config.
精彩评论