Unable to login to PHP-Nuke website

Problem:

Why can't I log into my PHP-Nuke based website?

Solution:

When transferring an existing NS (Name Servers) and the website was using a content management system (CMS) based on PHP-Nuke, you may have to wait until the NS is fully propagated before you can access the websites with username and password. This is due to the cookie validation process that the CMS systems use. When using the interim web address (i.e. http://box###.MostHost.com/~username) the CMS will attempt to assign cookies for the website you have assigned in the system (most likely www.mywebsite.com).

  • 40 Users Found This Useful
Was this answer helpful?

Related Articles

Configuring the PHP Environment With php.ini

Problem: How do I change the PHP environment for my site with php.ini? Solution:   To...

PHP with FastCGI

Problem: What is FastCGI for PHP? Solution: FastCGI for PHP makes all your PHP applications...

Upload_Max_Filesize

Problem: How do I change my upload_max_filesize? Solution: Summary Locate the php.ini...

Cron Jobs with PHP Files

How do I run a php file using Cron jobs?   From the cPanel, click the Cron Jobs icon and enter...

Basic Site Security Checklist

Remove malicious files and/or files you are not familiar with. While many PHP applications...