我的索引页面名为ecorustic.php,但我希望它在没有extention.Now的情况下显示简单的生态,如果我浏览这些页面,我会得到生态/山脉/喜马拉雅(它丢失了扩展名),但当我返回主页时,它显示ecorustic.php。请帮帮忙 RewriteEngine on
RewriteRule ^ecorustic/.php$ index.php #i madeit so the server
我正在使用Oracle示例:2) 1,2,3,5,11第一个例子是我遇到的问题。我正在编写一个select查询,如: SELECT * from Table where Value IN (1,2,3,6-8,9-11)SELECT * from Table where Value IN (1,2,3,6,7,8,9,10,11)将解决我的问题