【发布时间】:2015-05-02 20:45:29
【问题描述】:
我们网站的主页-http://urn1350.net/,我们想改成http://urn1350.net/elections作为主页。在 drupal 和 apache 服务器的后端,我有哪些 URL 重定向选项
【问题讨论】:
标签: apache url redirect drupal url-redirection
我们网站的主页-http://urn1350.net/,我们想改成http://urn1350.net/elections作为主页。在 drupal 和 apache 服务器的后端,我有哪些 URL 重定向选项
【问题讨论】:
标签: apache url redirect drupal url-redirection
.htacces
# If your site is running in a VirtualDocumentRoot at http://example.com/,
# uncomment the following line:
RewriteBase /elections
【讨论】:
如果您真的希望 /elections 成为首页而不只是重定向,请转到 /admin/config/system/site-information,您可以将默认首页从“front”更改(或你现在拥有的任何东西)。我建议先在 dev/QA 环境中尝试这个!
【讨论】: