Bonjour,
J'ai activé l'URL Rewriting de Joomla 1.7 dans le panneau de configuration et j'ai mis en place le .HTACCESS
J'ai rajouté cette règle dans mon .HTACCESS :
RewriteEngine On
RewriteCond %{HTTP_HOST} ^monsite.com$ [NC]
RewriteRule ^(.*)$ http://www.monsite.com/$1 [R=301,L]
Lorsque je tape http://monsite.com je suis bien redirigé vers http://www.monsite.com
Par contre lorsque je tape http://monsite.com/forum j'ai l'erreur suivante :
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [no address given] 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.
Avez-vous une solution s'il vous plaît ? Je vous remercie d'avance.
J'ai activé l'URL Rewriting de Joomla 1.7 dans le panneau de configuration et j'ai mis en place le .HTACCESS
J'ai rajouté cette règle dans mon .HTACCESS :
RewriteEngine On
RewriteCond %{HTTP_HOST} ^monsite.com$ [NC]
RewriteRule ^(.*)$ http://www.monsite.com/$1 [R=301,L]
Lorsque je tape http://monsite.com je suis bien redirigé vers http://www.monsite.com
Par contre lorsque je tape http://monsite.com/forum j'ai l'erreur suivante :
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [no address given] 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.
Avez-vous une solution s'il vous plaît ? Je vous remercie d'avance.
Commentaire