你好,任何人都可以帮我写下这个htaccess代码,用于下面提到的网址。 我的网址是这样的http://localhost/worldofcontrol/search/ic3500a192c 我希望将其更改为http://localhost/worldofcontrol/ic3500a192c 我的htaccess代码是
RewriteEngine On # Turn on the rewriting engine
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([A-Za-z0-9-]+)/?$ search/product_details.php?id=$1 [NC,L]