文章地址: http://blog.csdn.net/5iasp/article/details/9221679
具体如下:
<VirtualHost *:80> DocumentRoot "/data/www/test" ServerName test.58tech.com RewriteEngine on RewriteEngine on RewriteRule ^/rule$ /rule/ [R] RewriteRule ^/rule/$ /test2013/5033/test/index.shtml [L,PT] RewriteRule ^/signup$ /signup/ [R] RewriteRule ^/signup/$ /s2013/5033/test200545034/index.shtml [L,PT] <Directory "/data/www/test"> AllowOverride None Options Includes FollowSymLinks Order allow,deny Allow from all Options +Includes AddType text/html .shtml AddOutputFilter INCLUDES .shtml .inc </Directory> DirectoryIndex /my/test/index/index.shtml #ErrorLog /dev/null #LogLevel crit CustomLog "|/58tech/pkg/apache2/bin/rotatelogs /data/logs/58tech_access_log.%Y%m%d 86400 480" combined </VirtualHost> 实现如下:
http://test.58tech.com 打开: /my/test/index/index.shtml http://test.58tech.com/rule 打开: /test2013/5033/test/index.shtml 地址栏: http://test.58tech.com/rule/ http://test.58tech.com/signup 打开: /s2013/5033/test200545034/index.shtml 地址栏: http://test.58tech.com/signup/
时间: 2024-09-21 15:37:00