XF 1.3 moving site to new location.

Wayne Hunt

Member
Hi,

I'm trying to relocate my site running 1.3.5 from http://whyzzat.com to http://archive.whyzzat.com to make way for an upgrade / redesign.

I've done the following;
  • Set up the subdomain in cpanel (verified working)
  • Copied the files from public_html to the new directory.
  • Checked / changed the permissions for both data and internal_data to 777 per the install instructions.
  • Modified library/config.php on the new site.
  • reran the install BUT just chose to rebuild everything because I don't want to break the live data or running web site.
The new archive.whyzzat.com "comes up" (meaning displays) fine, and the AdminCP appears to work fine. but when I click on pretty much ANYTHING it gives a 500 error;

-------
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@archive.whyzzat.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.
-------

For the life of me, I don't understand what I might be missing, unless it's some permissions settings, or a hidden file somewhere that specifies the subdirectory the files are in.

PLEASE help, as I'm at my wits end and getting bruised from banging my head against the wall.

Wayne
 
It was answered, thank you.

FTP program issue. Didn't move the .htaccess file (hidden). I copied it, then changed one line;

RewriteRule ^(.*)$ http://archive.whyzzat.com/$1 [R=301,L]

Now it seems to be working. Spent all night going file-by-file over permissions. Feel stupid that it was something that simple, but by that point, I was too tired and fixate it to think of simple answers. :)

Wayne
 
Top Bottom