您的位置:首页 > 运维架构 > Linux

centos里竟然看不到.htaccess文件

2015-03-10 12:51 246 查看
看看下面:

[root@LAMP1 html]# ll
荤32
drwxr-xr-x. 15  501   80 4096 2 16 11:03 application
drwxr-xr-x.  2 root root 4096 3 10 12:28 fanliext_server
-rw-r--r--.  1  501   80 6356 3  9 15:48 index.php
-rw-r--r--.  1  501   80 2496 2 16 11:01 license.txt
drwxr-xr-x.  5  501   80 4096 2 16 11:03 resources
drwxr-xr-x.  8  501   80 4096 2 16 11:03 system
-rw-r--r--.  1  501   80   19 2 16 11:01 test.txt
[root@LAMP1 html]# ls -la
荤64
drwxrwxrwx.  6 root root 4096 3 10 12:32 .
drwxr-xr-x.  7 root root 4096 3  8 23:48 ..
drwxr-xr-x. 15  501   80 4096 2 16 11:03 application
-rw-r--r--.  1 root root  174 2 16 11:03 ._application
drwxr-xr-x.  2 root root 4096 3 10 12:28 fanliext_server
-rw-r--r--.  1 root root    0 3 10 12:31 .htaccess
-rw-r--r--.  1 root root  174 3  9 15:48 ._index.php
-rw-r--r--.  1  501   80 6356 3  9 15:48 index.php
-rw-r--r--.  1 root root  174 2 16 11:01 ._license.txt
-rw-r--r--.  1  501   80 2496 2 16 11:01 license.txt
drwxr-xr-x.  5  501   80 4096 2 16 11:03 resources
-rw-r--r--.  1 root root  174 2 16 11:03 ._resources
drwxr-xr-x.  8  501   80 4096 2 16 11:03 system
-rw-r--r--.  1 root root  174 2 16 11:03 ._system
-rw-r--r--.  1 root root  174 2 16 11:01 ._test.txt
-rw-r--r--.  1  501   80   19 2 16 11:01 test.txt
-rw-r--r--.  1 root root    0 3 10 12:32 .txt
[root@LAMP1 html]#


另外,如果你的.htaccess没起作用,记得将httpd.conf中的配置:

AllowOverride None

改为

AllowOverride All
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  linux centos