Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[已解决] apache 域名设置求助

[复制链接]
nboninny 发表于 2010-6-11 16:56:31 | 显示全部楼层 |阅读模式
求助,本人原来使用域名888.COM目录为d:\888,现在要添加同ip域名777.COM目录为d:\777,
baidu google十小时,改了无数次,都不对,加哪儿都不行,疯了。。。。
有时候改错了直接web服务都启动不了了,网站停了开开了停,心在滴血。。。



请大家帮忙在我这个基础上改一下吧 多谢!

httpd.conf后半部分代码 如下:
  1. ### Discuz!EXP Web Server Settings

  2. Listen 80
  3. ServerName 888.com
  4. ServerAdmin xxx@Gmail.com
  5. ServerRoot "D:\Web\Apache2"
  6. DocumentRoot "D:\888"
  7. LoadModule php5_module "D:\Web\PHP5\php5apache2_2.dll"
  8. LoadFile "D:\Web\PHP5\libmySQL.dll"
  9. Loadfile "D:\Web\PHP5\php5ts.dll"
  10. PHPIniDir "D:\Web\PHP5\php.ini"
  11.   
  12.   <Directory "D:\888">
  13.       Options Indexes FollowSymLinks
  14.       Order Allow,Deny
  15.       Allow from all
  16. </Directory>
  17.   
  18.   Alias /icons/ "D:\Web\Apache2\icons"
  19. <Directory "D:\Web\Apache2\icons">
  20. Options Indexes MultiViews
  21. AllowOverride None
  22. Order allow,deny
  23. Allow from all
  24. </Directory>
  25.   
  26.   NameVirtualHost *:80
  27. <VirtualHost *:80>
  28. ServerName 888.com:80
  29. ServerAdmin xxx@Gmail.com
  30. DocumentRoot "D:\888"
  31.   
  32. <IfModule mod_rewrite.c>      
  33.         RewriteEngine On      
  34.                 RewriteRule ^(.*)/archiver/((fid|tid)-[\w\-]+\.html)$ $1/archiver/index.php?$2      
  35.                 RewriteRule ^(.*)/forum-([0-9]+)-([0-9]+)\.html$ $1/forumdisplay.php?fid=$2&page=$3      
  36.                 RewriteRule ^(.*)/thread-([0-9]+)-([0-9]+)-([0-9]+)\.html$ $1/viewthread.php?tid=$2&extra=page\%3D$4&page=$3      
  37.                 RewriteRule ^(.*)/space-(username|uid)-(.+)\.html$ $1/space.php?$2=$3      
  38.                 RewriteRule ^(.*)/tag-(.+)\.html$ $1/tag.php?name=$2
  39. </IfModule>
  40.   
  41.    
  42. </VirtualHost>
复制代码
老谁家的小谁 发表于 2010-6-11 17:01:35 | 显示全部楼层
在这段后面加
  1. #   NameVirtualHost *:80
  2. # <VirtualHost *:80>
  3. # ServerName 888.com:80
  4. # ServerAdmin xxx@Gmail.com
  5. # DocumentRoot "D:\888"
  6. #   
  7. # <IfModule mod_rewrite.c>      
  8. #         RewriteEngine On      
  9. #                 RewriteRule ^(.*)/archiver/((fid|tid)-[\w\-]+\.html)$ $1/archiver/index.php?$2      
  10. #                 RewriteRule ^(.*)/forum-([0-9]+)-([0-9]+)\.html$ $1/forumdisplay.php?fid=$2&page=$3      
  11. #                 RewriteRule ^(.*)/thread-([0-9]+)-([0-9]+)-([0-9]+)\.html$ $1/viewthread.php?tid=$2&extra=page\%3D$4&page=$3      
  12. #                 RewriteRule ^(.*)/space-(username|uid)-(.+)\.html$ $1/space.php?$2=$3      
  13. #                 RewriteRule ^(.*)/tag-(.+)\.html$ $1/tag.php?name=$2
  14. # </IfModule>
  15. #   
  16. #   
  17. # </VirtualHost>
复制代码
回复

使用道具 举报

 楼主| nboninny 发表于 2010-6-11 17:30:58 | 显示全部楼层
^_^ 问题解决 太感谢了! 鞠躬
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-17 11:27 , Processed in 0.025135 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表