apache 下配置網站單一入口

options +FollowSymLinks  
    IndexIgnore */*  
    RewriteEngine on  
      
    # if a directory or a file exists, use it directly  
    RewriteCond %{REQUEST_FILENAME} !-f  
    RewriteCond %{REQUEST_FILENAME} !-d  
      
    # otherwise forward it to index.php  
    RewriteRule . index.php
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章