使用. htaccess重定向到使用CodeIgniter的控制器


Redirect with .htacces to a controller with CodeIgniter

我想重定向我的example.com网页到example.com/controller

如何使用.htaccess ?

给你

重写规则:

RewriteEngine On
RewriteRule ^controller$ / [L]