Bonjour à tous,
nous avons le probléme suivant:
Joomla v3.3.0
Nginx v1.6.0 /Ubuntu v14.04
config vhost :
location / {
try_files $uri $uri/ /index.php?q=$request_uri;
# try_files $uri $uri/ /index.php?$args;
# Uncomment to enable naxsi on this location
# include /etc/nginx/naxsi.rules
}
Pas de fichier .htaccess ni htaccess.
Joomla paramétre seo=non & réécriture url=non
Lien affiché par le navigateur :
http://localhost:83/index.php?option=com_community&view...
Get affiché dans la console firebug :
http://localhost:83/index.php?option=com_community&view...
OK, ça marche.
Puis Joomla paramétre seo=oui & réécriture url=non
Lien affiché par le navigateur :
Get affiché dans la console firebug :
"NetworkError: 404 Not Found - http://localhost:83/index.php/recher...w=friends&task
KO, ça ne marche pas !
On en comprend pas pourquoi il y a deux fois index.php dans le lien, ni recherches d'ailleurs.
Joomla paramétre seo=oui & réécriture url=oui
Lien affiché par le navigateur :
Get affiché dans la console firebug :
"NetworkError: 404 Not Found – http://localhost:83/recherches/index...community&view...
KO, ça ne marche pas !, reste recherche dans le lien et plus qu'un seul index.php.
Après avoir vu +sieurs posts comme:
On ne voit pas de solution.
Une idée ou chercher ?
A+
L
nous avons le probléme suivant:
Joomla v3.3.0
Nginx v1.6.0 /Ubuntu v14.04
config vhost :
location / {
try_files $uri $uri/ /index.php?q=$request_uri;
# try_files $uri $uri/ /index.php?$args;
# Uncomment to enable naxsi on this location
# include /etc/nginx/naxsi.rules
}
Pas de fichier .htaccess ni htaccess.
Joomla paramétre seo=non & réécriture url=non
Lien affiché par le navigateur :
http://localhost:83/index.php?option=com_community&view...
Get affiché dans la console firebug :
http://localhost:83/index.php?option=com_community&view...
OK, ça marche.
Puis Joomla paramétre seo=oui & réécriture url=non
Lien affiché par le navigateur :
Get affiché dans la console firebug :
"NetworkError: 404 Not Found - http://localhost:83/index.php/recher...w=friends&task
KO, ça ne marche pas !
On en comprend pas pourquoi il y a deux fois index.php dans le lien, ni recherches d'ailleurs.
Joomla paramétre seo=oui & réécriture url=oui
Lien affiché par le navigateur :
Get affiché dans la console firebug :
"NetworkError: 404 Not Found – http://localhost:83/recherches/index...community&view...
KO, ça ne marche pas !, reste recherche dans le lien et plus qu'un seul index.php.
Après avoir vu +sieurs posts comme:
On ne voit pas de solution.
Une idée ou chercher ?
A+
L
Commentaire