Thanks.
I still receive an error when going to : Mint 13 MATE Maya/Menu/Applications/Internet/Browser: localhost/forum
Not found.
The requested URL/forum\index.php was not found on this server.
Apache/2.2.22 (Ubuntu) Server at localhost Port 80.
I have gone through all the walkthroughs
viewtopic.php?f=46&t=2158966&p=13170553#p13170553
and
http://www.phpbb.com/kb/article/rebuild ... gphp-file/
Here's what I've done so far:
1. Linux Mint 13 MATE 64-bit install.CD Linux Mint 13 MATE 64-bit into CD drive/Maya/Menu/Quit/Restart/press Delete key every ½ second/set BIOS boot order with CD drive 1st/Exit BIOS/allow several minutes for LinuxMint to setup/Maya desktop/Install Linux Mint CD icon/right click/Open/English: Continue/Preparing to install Linux Mint: Continue/Installation type: Replace Linux Mint 13 Maya (13) with Linux Mint: Continue/Replace Linux Mint 13 Maya (13) with Linux Mint: Install Now/Where are you?: Continue/Keyboard layout: Continue/Who are you?: enter name/select Log in automatically (allows remote desktop into Maya with tightVNC)/Continue/Restart.
2. LAMP server. (Linux version of Apache2, MySql and Php5).Linux Mint 13 MATE Maya/Menu/Terminal:
2.1. sudo apt-get update
2.2. sudo apt-get install lamp-server^ (Credit to Maya chat, Glebihan).
New password for the MySQL “root” user: u…/OK
Repeat password for the MySQL “root” user: u…/OK
Linux Mint 13 MATE Maya/Menu/Applications/Internet/Browser: localhost (should see It works!).
3. Website files.3.1. In Windows computer with website files go to Start\All Programs\WinSCP\WinSCP\Host name: 192.168.1.112\User name: root\Password: u…\Login\Skip\drag website files from E:\<FILEPATH>\<FILEPATH>\<FILEPATH>\<FILEPATH> to /var/www/
3.2. Linux Mint 13 MATE Maya/Menu/Terminal: sudo chown www-data:www-data –R /var/www (Gives correct permissions for the www-data user if you created the files as root).
3.3. Linux Mint 13 MATE Maya/Menu/Applications/Internet/Browser: localhost (should see your website).
4. Transferring phpBB from WAMP to LAMP.
4.1.Forum install and database creation.Linux Mint 13 MATE Maya/Menu/Terminal: sudo apt-get install phpmyadmin (lamp should have already installed php?).
Web server to reconfigure automatically: apache2/Ok
Configure database for phpmyadmin with dbconfig-common?/Yes.
Linux Mint 13 MATE Maya/Menu/Applications/Internet/Browser: localhost/phpmyadmin/enter Username: root and Password: u…/Go.
phpMyAdmin/Databases/Create new database: forum/Create.
phpMyAdmin/forum/Import/Browse…/select forum.sql/Go.
4.2. Administration Control Panel.Windows\Start\Browser: localhost:8080/forum.html/Login/Username: admin, Password: u…/Login/Administration Control Panel (at bottom of the forum page you logged into as admin)/Password: u… (re-authenticate the admin password)/Login.
4.3. Backup phpBB files. (what runs the forum).Administration Control Panel/General tab/Server settings/Force server URL settings: No/Board settings/Disable board: Yes/Submit/Go to: E:\<FILEPATH>\<FILEPATH>\<FILEPATH>\<FILEPATH>\www and copy the forum folder to the desktop (backing up the phpBB files).
4.4. Backup phpMyAdmin files. (forum settings).Windows\Start\Browser: localhost:8080/phpmyadmin /Export/Custom – display all possible options radio button/select Database: forum/Output: Save output to a file/File name template: forum settings backup/Character set of the file: utf-8/Compression: None/Format: SQL/Format-specific options: Dump table: structure and data/Go.
4.5. Backup phpMyAdmin files. (forum user data database).Windows\Start\Browser: localhost:8080/phpmyadmin /select phpMyAdmin database name: forum/Export/Custom – display all possible options/Table(s): Select All/Output: Save output to a file/File name template: forum user data database backup/Format: SQL/Format-specific options: Dump table: structure and data/Object creation options: Add statements: check all: Add DROP TABLE VIEW PROCEDURE FUNCTION EVENT statement and 5 check boxes below/Go.
4.6. Restore phpMyAdminLinux Mint 13 MATE Maya/Menu/Applications/Internet/Browser: localhost/phpmyadmin /forum/Import/Browse…/USB file: forum user data database backup.sql/Character set of the file: utf-8/Format: SQL/Go