关于域名指向的问题,请教一下大家
Re关于域名指向的问题,请教一下大家
我的不是啊,xxx.com/123.html指向了
www.xxx.com
如何处理?
-------------------------
Re关于域名指向的问题,请教一下大家
我修改了一下.conf文件
现在是输入xxx.com/123.htm
跳转到
www.xxx.com//123.htm
怎么多出个/来?
以下是.conf文件
DocumentRoot /alidata/www/s
ServerName
www.xxx.com
ServerAlias xxx.com
DirectoryIndex index.html index.php index.htm
Options -Indexes FollowSymLinks
AllowOverride all
Order allow,deny
Allow from all
RewriteEngine On
RewriteCond '%{HTTP_HOST}' '^xxx.com' [NC]
RewriteRule '^(.*)$'
http://www.xxx.com/$1 [R=permanent,L]
#RewriteRule ^(.*)-htm-(.*)$ $1.php?$2
#RewriteRule ^(.*)/simple/([a-z0-9\_] \.html)$ $1/simple/index.php?$2
ErrorLog '/alidata/log/httpd/s-error.log'
CustomLog '/alidata/log/httpd/access/s.log' common
-------------------------
回5楼pxw2002的帖子
apache
赞0
踩0