我有一个自定义 MVC 应用程序,其中使用IndexController
了我在 WAMP 上构建的命名约定。今天我尝试将它放入Linux(LAMP)。奇怪的是,它给出了错误“找不到页面”。任何人都可以帮忙。我不擅长mod重写,
以下是代码
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?request=$1 [L,QSA]
网址是
http://hostname/mvc/incident/add
错误是在此服务器上找不到请求的 URL /app01/users/public_html/mvc/index.php。