小编Tom*_*mer的帖子

在ubuntu上使用codeigniter的问题

我在Ubuntu 10(LAMP)上有Codeigniter.我有一个htaccess文件:

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /dort
#Removes access to the system folder by users.
#Additionally this will allow you to create a System.php
#controller, previously this would not have been possible.
#'system' can be replaced if you have renamed your system folder.
RewriteCond %{REQUEST_URI} ^system.*
RewriteRule ^(.*)$ /dort/index.php?/$1 [L]
#Checks to see if the user is attempting to access a valid file,
#such as an image or css document, if this isn't true it sends
#the request to …
Run Code Online (Sandbox Code Playgroud)

php apache ubuntu .htaccess codeigniter

6
推荐指数
1
解决办法
5384
查看次数

标签 统计

.htaccess ×1

apache ×1

codeigniter ×1

php ×1

ubuntu ×1