.htaccess: mod-rewrite; subdomain

后端 未结 3 591
梦如初夏
梦如初夏 2020-12-15 15:05

I am working on a new website bud I want to create a nice looking urls for my users. I don\'t know anything of htaccess and could not find my solution on google

3条回答
  •  爱一瞬间的悲伤
    2020-12-15 15:37

    You can take a look at VirtualDocumentRoot

    e.g. the documents for www.user.isp.com are found in /home/user/.

    # include part of the server name in the filenames
    VirtualDocumentRoot /www/hosts/%2/docs
    
    # single cgi-bin directory
    ScriptAlias /cgi-bin/ /www/std-cgi/
    

提交回复
热议问题