Apache rewrite PHPcodeRewriteCond % {HTTP_HOST} ^ news \. new_ci \. com # RewriteRuleread-(\ d + )\. htmlhttp: // news. new_ci.com/index. php/read/index/$1 RewriteR apache rewriting
PHP code
RewriteCond % {HTTP_HOST} ^ news \. new_ci \. com # RewriteRule read-(\ d + )\. html http://news.new _ ci.com/index.php/read/index/4241rewriterule read-(\ d + )\. html index. php/read/index/$1
Note that the line can be accessed, but it will be 301. the following method cannot be used. you need to input news. new_ci.com/The read-1573.html actually accesses news. new_ci.com/index. how should I write rules for php/read/index/1573? The framework is ci
------ Solution --------------------
RewriteRule read-(\ d +) \. html/index. php/read/index/$1 try again
------ Solution --------------------
RewriteCond % {HTTP_HOST} ^ news \. new_ci \. com
Is there a problem with this sentence!