Chinaunix首页 | 论坛 | 博客
  • 博客访问: 103729739
  • 博文数量: 19283
  • 博客积分: 9968
  • 博客等级: 上将
  • 技术积分: 196062
  • 用 户 组: 普通用户
  • 注册时间: 2007-02-07 14:28
文章分类

全部博文(19283)

文章存档

2011年(1)

2009年(125)

2008年(19094)

2007年(63)

分类: LINUX

2008-04-17 19:32:46

作者: Lynghu  出自:
#cd
#chmod 755 .
#mkdir public_html
#chcon -R -t httpd_sys_content_t public_html

大家执行这几个命令,就可以通过apache访问自己的目录了

[.htaccess]配置文件

SetEnv DB_adminweb PDO_MYSQL/192.168.0.254/3306/adminweb/adminweb/123456/GBK
RewriteEngine on
RewriteBase /~wubingjie/www1.boss.***.com/html
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php
阅读(453) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~