Jump to content

[Résolu] Probléme de register_globals = On


Recommended Posts

Slt à tous,
je suis nouveau dans le monde Prestashop et je tente donc d'installer ce code afin de le tester un peu.
Je suis chez Nuxit en mutu et je n'arrive pas a passer le "register_globals = On".

Normalement chez cet hebergeur en mutu il suffit de creer un fichier php.in avec à l'interieur, juste la ligne register_globals = On.

Mais la cela ne fonctionne pas. J'ai essayé de l'integrer don dans mon fichier .htaccess mais meme résultat.
.htaccess

# URL rewriting module activation
RewriteEngine on

# URL rewriting rules
RewriteRule ^([0-9]+)\-([a-zA-Z0-9-]*)\.html(.*)$ product.php?id_product=$1$3 [L,E]
RewriteRule ^([0-9]+)\-([a-zA-Z0-9-]*)(.*)$ category.php?id_category=$1 [QSA,L,E]
RewriteRule ^([0-9]+)__([a-zA-Z0-9-]*)(.*)$ supplier.php?id_supplier=$1$3 [QSA,L,E]
RewriteRule ^([0-9]+)_([a-zA-Z0-9-]*)(.*)$ manufacturer.php?id_manufacturer=$1$3 [QSA,L,E]

# Catch 404 errors
ErrorDocument 404 /404.php
AddHandler x-httpd-php5 .php
AddType application/x-httpd-php5 .php /RewriteBase

register_globals = On



Quelque'un aurait une idée ???

Link to comment
Share on other sites

Autant pour moi, c'est l'inverse
chez cette hebergeur c'est par defaut en On et pour le passer en Off il faut creer un fichier php.ini en ajoutant cette ligne dans le fichier
register_globals = Off

Cela ne fonctionne pas . Pas plus si le le met dans le .htacccess

Link to comment
Share on other sites

Alors pour nuxit :
Dans le répertoire www, crées un dossier "config" contenant le fichier "php.ini"

register_globals = off
display_errors = on

ensuite rajoutes cela dans ton .htaccess :

AddHandler x-httpd-php5 .php
AddType application/x-httpd-php5 .php
SetEnv PHPRC "/home6/t/tonnomde comptenuxit/www/config"


En espérant avoir pu t'aider :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...