【发布时间】:2014-01-13 10:33:40
【问题描述】:
如何创建.htaccess 将短链接重定向到html 文件的文件?
例如。
RewriteEngine On
RewriteRule ^/start$ http://www.%{HTTP_HOST}/index.html [L]
上面的规则给了我一个404 error。我在主文件夹中有我的index.html。
【问题讨论】:
标签: html apache .htaccess mod-rewrite short