OVH rewrite module - Hébergement - Réseaux grand public / SoHo
MarshPosté le 07-06-2007 à 08:16:06
bonjour j utilise le zend framework en local sa marche trés bien mais sous un plan chez ovh j'ai cette erreur :
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, tech@ovh.net and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Alor c'est un pb du au fait que le module rewrite n'est pas chargé mais comment le charger voila mon .htaccess
SetEnv PHP_VER 5 RewriteEngine on
RewriteRule .* index.php php_flag magic_quotes_gpc off php_flag register_globals off
j'ai aussi essayer avec SetEnv PHP_VER 5 RewriteEngine on
RewriteRule .* /index.php php_flag magic_quotes_gpc off php_flag register_globals off
Marsh Posté le 07-06-2007 à 08:16:06
bonjour j utilise le zend framework en local sa marche trés bien mais sous un plan chez ovh j'ai cette erreur :
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, tech@ovh.net and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Alor c'est un pb du au fait que le module rewrite n'est pas chargé mais comment le charger voila mon .htaccess
SetEnv PHP_VER 5
RewriteEngine on
RewriteRule .* index.php
php_flag magic_quotes_gpc off
php_flag register_globals off
j'ai aussi essayer avec
SetEnv PHP_VER 5
RewriteEngine on
RewriteRule .* /index.php
php_flag magic_quotes_gpc off
php_flag register_globals off
Mais sa marche toujour pas merci de votre aide
Cédric