我目前在Linux上使用Apache。 我一直在做一个HTML项目,但现在需要在服务器上运行它。
因此,例如,即使根目录是“/ var / www /”,localhost / index.html指向“/var/www/index.html”,我可以使localhost / project / index.html指向“/ project /index.htm”明明
我也可以在.htaccess文件中做到这一点?
你想要Alias ,但是在.htaccess文件中不起作用。 你必须为这些使用mod_rewrite 。