我在访问页面或控制器时遇到了问题,确切地说,是codeigniter。下面是我的控制器代码,位于Codeigniter/applications/controllers/admin/Login.php中$config['index_page'] = 'index.php';RewriteEngine on
RewriteEngine on# Hide the application and system directories by redirecting the request to index.phpRewriteRule ^(application|system|\.svn) index.php/$1 [L]RewriteRule ^(.*)$ index.php/$1 [QSA,L]
# Remove