0
這裏重新映射這是我.htaccess
:URL改變,與的.htaccess
AddDefaultCharset utf-8
RewriteEngine on
RewriteRule ^(.*)signup(.*)$ $1register$2
RewriteCond $1 !^(index\.php|favicon\.ico|robots\.txt|sitemap\.xml|img|js|css|libs|uploads)
RewriteRule ^(.*)$ index.php/$1
有沒有人有一個想法,爲什麼http://localhost/site/signup不起作用,而http://localhost/site/register呢?