Retourner au contenu associé (entrée de forum : redirection apache)
Posté par NeoX le 30 juillet 2008 à 18:06. En réponse au message redirection apache. Évalué à -1.
<VirtualHost *> ServerAdmin webmaster@website.com ServerName www.website.com ServerAlias website.com DocumentRoot /home/template/public_html/website <Directory /home/template/public_html/website> Options Indexes FollowSymLinks MultiViews AllowOverride All Order allow,deny allow from all CustomLog /home/template/logs/website.log combined </VirtualHost>
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
# virtual host
Posté par NeoX . En réponse au message redirection apache. Évalué à -1.
<VirtualHost *>
ServerAdmin webmaster@website.com
ServerName www.website.com
ServerAlias website.com
DocumentRoot /home/template/public_html/website
<Directory /home/template/public_html/website>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
CustomLog /home/template/logs/website.log combined
</VirtualHost>