Bonjour
Dans un module Joomla, j'utilise les liens Friendly. Pour ce faire, il m'a fallu transformer le fichier htaccess.txt en .htaccess, ce que j'ai fait avec rename dans une fenêtre dos (depuis, j'utilise NotePad, c'est nettement plus facile!!!). C'est donc le .htaccess d'origine avec joomla 1.9.
Depuis, plus possible d'aficher une page. J'obtiens le message suivant:Dans httpd.conf, concerant htaccess, j'ai les info suivantes:Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, admin@localhost 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.
Le fichier error log d'apache m'indique: Citation:
[Sun Mar 15 16:15:48 2009] [alert] [client 127.0.0.1] C:/reviews/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration
Pour finir, la valeur de la variable $sef dans configuration.php est bien 1.#
# AllowOverride controls what directives may be placed in .htaccess files.
# It can be "All", "None", or any combination of the keywords:
# Options FileInfo AuthConfig Limit
#
AllowOverride all
#
# The following lines prevent .htaccess and .htpasswd files from being
# viewed by Web clients.
#
<FilesMatch "^\.ht">
Order allow,deny
Deny from all
Satisfy All
</FilesMatch>
Et je suis au bout du rouleau. Quel est le problème et que faut-il faire.
Merci de m'orienter.
PS: Il me vient un doute. Je ne sais si c'est important, mais j'ai omis de préciser que je suis en localhost.
Partager