PostNuke Content Management

One issue reported by some users of the X-User module is that logins might fail when performed from a URL without a filename. This primarily is a concern from the website home page where the URL looks like this:

http://www.mysite.com/

X-User is currently unsupported, but if you find this to be a problem for your site, simply place a PHP redirect in your root index like this:

header("Location: http://www.mysite.com/index.php");

This ensures anyone hitting the page is going to the file directly and not by the web server default.

    Категории