网址:localhost / studentlibrary2 / index.php / front_side / home
从网址index.php / front_side
中删除如何删除“index.php / front_side”?
答案 0 :(得分:0)
将此代码放入htaccess文件中。
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L]