0
RewriteEngine on
RewriteCond $1 !^(index\.php|assets|zip|scripts|uploads|robots\.txt)
RewriteRule ^(.*)$ /index.php?/$1 [L]
This is the site這個htaccess代碼是否正確?
注意,每一個環節你點擊,變化在地址欄做了,但沒有在網頁上。
這個HTACCESS代碼有什麼問題?
日Thnx提前:-)
你是指在地址欄中完成更改,而不是在頁面上完成更改?你在測試什麼瀏覽器? –