Le Forum Non Officiel de la DEDIBOX
Vous n'êtes pas identifié.
Au moment de migrer mes 3 sites je m'apercoit que y'a plus rien qui marche sur la novelle machine
Comme je suis completement à la ramasse en ce moment, j'en appele à votre bon coeur pour me depanner.
Voila le fichier que j'utilise (un bete default)
###############################
NameVirtualHost 88.191.77.119
<VirtualHost www.almoha.net>
ServerAdmin webmaster@almoha.net
DocumentRoot /var/www/almoha/
ServerName www.almoha.net
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
<Directory /var/www/almoha/>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
# This directive allows us to have apache2's default start page
# in /apache2-default/, but still have / go to the right place
# RedirectMatch ^/$ /
</Directory>
</VirtualHost>
<VirtualHost forum.almoha.net>
ServerAdmin webmaster@almoha.net
DocumentRoot /home/forum/public_html/
ServerName forum.almoha.net
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
<Directory /home/forum/public_html/>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
# This directive allows us to have apache2's default start page
# in /apache2-default/, but still have / go to the right place
# RedirectMatch ^/$ /
</Directory>
</VirtualHost>
<VirtualHost www.rockandtroll.com>
ServerAdmin webmaster@almoha.net
DocumentRoot /home/rockandtroll/public_html/
ServerName www.rockandtroll.com
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
<Directory /home/rockandtroll/public_html/>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
# This directive allows us to have apache2's default start page
# in /apache2-default/, but still have / go to the right place
# RedirectMatch ^/$ /
</Directory>
</VirtualHost>
###############################################
forum.almoha.net fonctionne alors que j'obtiens un :
Firefox a détecté que le serveur redirige la demande pour cette adresse d'une manière qui n'aboutira pas.
* La cause de ce problème peut être la désactivation ou le refus des cookies.
Mes cookies vont bien. Mes droits sont OK mmais ca marche pô. J'suis largué ![]()
Hors ligne
hmm ça a l'air pas bon:
HEAD -x http://www.almoha.net/ LWP::UserAgent::new: () LWP::UserAgent::request: () LWP::UserAgent::send_request: HEAD http://www.almoha.net/ LWP::UserAgent::_need_proxy: Not proxied LWP::Protocol::http::request: () LWP::UserAgent::request: Simple response: Found LWP::UserAgent::request: () LWP::UserAgent::send_request: HEAD http://www.almoha.net/ LWP::UserAgent::_need_proxy: Not proxied LWP::Protocol::http::request: () LWP::UserAgent::request: Simple response: Found LWP::UserAgent::request: () LWP::UserAgent::send_request: HEAD http://www.almoha.net/ LWP::UserAgent::_need_proxy: Not proxied LWP::Protocol::http::request: () LWP::UserAgent::request: Simple response: Found LWP::UserAgent::request: () LWP::UserAgent::send_request: HEAD http://www.almoha.net/ LWP::UserAgent::_need_proxy: Not proxied LWP::Protocol::http::request: () LWP::UserAgent::request: Simple response: Found LWP::UserAgent::request: () LWP::UserAgent::send_request: HEAD http://www.almoha.net/ LWP::UserAgent::_need_proxy: Not proxied LWP::Protocol::http::request: () LWP::UserAgent::request: Simple response: Found LWP::UserAgent::request: () LWP::UserAgent::send_request: HEAD http://www.almoha.net/ LWP::UserAgent::_need_proxy: Not proxied LWP::Protocol::http::request: () LWP::UserAgent::request: Simple response: Found LWP::UserAgent::request: () LWP::UserAgent::send_request: HEAD http://www.almoha.net/ LWP::UserAgent::_need_proxy: Not proxied LWP::Protocol::http::request: () LWP::UserAgent::request: Simple response: Found LWP::UserAgent::request: () LWP::UserAgent::send_request: HEAD http://www.almoha.net/ LWP::UserAgent::_need_proxy: Not proxied LWP::Protocol::http::request: () LWP::UserAgent::request: Simple response: Found 302 Found Connection: close Date: Sat, 26 Jul 2008 21:25:42 GMT Location: http://www.almoha.net/ Server: Apache/2.2.3 (Debian) PHP/5.2.0-8+etch11 Content-Type: text/html; charset=iso-8859-1 Client-Date: Sat, 26 Jul 2008 21:25:42 GMT Client-Peer: 88.191.77.119:80 Client-Response-Num: 1 Client-Warning: Redirect loop detected (max_redirect = 7)
Vire la redirection ! ![]()
Hors ligne