Code: Select all
drwx------. 2 apache wheel 12288 Nov 22 11:10 cache
It can be - depends on how your server is set up. Having said that it can cause problems in that you may not be able to delete/move files as you are not the owner. You may need to speak to hosts about changing this.amulheirn wrote:Httpd runs as user apache, but I wondered - is that normal?
No, but it is not a major problem. You may have accidentally deleted it at some point - just re-upload it.amulheirn wrote: but no index.html. Is that expected?
Knowledge Base - Transferring Your Board to a New Host or Domain wrote: Final Steps
Rebuilding the config.php file
Please reference the following article for the steps necessary to rebuild your config.php file and replace the old one:
https://www.phpbb.com/kb/article/rebuil ... gphp-file/
Hi Janus - here's what I've got:janus_zonstraal wrote:Try to look in the config table from your database and look if the server setting are pointing to right name.
Code: Select all
select * from phpbb_config;
[OUTPUT OMITTED]
| server_name | www.the289register.com | 0 |
| server_port | 80 | 0 |
| server_protocol | http:// | 0 |
| session_gc | 3600 | 0 |
| session_length | 3600 | 0 |
| site_desc | The 289 Register | 0 |
| sitename | the289register.com | 0 |
Oyabun1 wrote:It doesn't look like the files are connecting to the database.
Did you do this?Knowledge Base - Transferring Your Board to a New Host or Domain wrote: Final Steps
Rebuilding the config.php file
Please reference the following article for the steps necessary to rebuild your config.php file and replace the old one:
https://www.phpbb.com/kb/article/rebuil ... gphp-file/
Code: Select all
<?php
// phpBB 3.0.x auto-generated configuration file
// Do not change anything in this file!
$dbms = 'mysql';
$dbhost = '';
$dbport = '';
$dbname = 'DATABASE';
$dbuser = 'USER';
$dbpasswd = 'PASSWORD';
$table_prefix = 'phpbb_';
$acm_type = 'file';
$load_extensions = '';
@define('PHPBB_INSTALLED', true);
// @define('DEBUG', true);
// @define('DEBUG_EXTRA', true);
?>
Code: Select all
ACCEPT tcp -- localhost anywhere tcp dpt:mysql
ACCEPT tcp -- localhost anywhere tcp dpt:mysql