Jump to content
xt:Commerce Community Forum

Register Globals


rosalyn7

Recommended Posts

in der .htaccess das reinsetzen (zu finden im Stammftpverzeichnis)

php_flag register_globals off

kann bissel dauern bis es wirkt

sollte dann eventuell so aussehen

# RewriteEngine on

# RewriteRule !\.(js|ico|gif|jpg|png|css)$ index.php


DirectoryIndex index.php


RewriteEngine on

php_flag register_globals off


RewriteCond %{REQUEST_URI} !^/media/

RewriteCond %{REQUEST_URI} !^/extAdmin/

RewriteCond %{REQUEST_URI} !^/skin/

RewriteCond %{REQUEST_URI} !^/js/

RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d

RewriteCond %{REQUEST_FILENAME} !-l


RewriteRule .* index.php

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...