I have a HostGator account that has about 10 websites on it, I want to be able to edit these sites on my local computer with Dreamweaver CS5.5.
I have set up WAMP.
This site works when I try to view php files (My Wewb Sites)http://localhost/mywebsites/
I have tried the same settings with different sites but I can't view PHP files http://localhost/site.com/
But when I try anyother of my sites they don't work, I have checked and double checked and the settings are the same, but one site still dosen't display php files.
Please help My laptop is about to go out the window.
THE SITE BELOW DOSE WORK WITH THESE SETTINGS!
THIS SITE DOSE WORK
As a last resort I would very much appreciate it if possible for someone to connect remotly with my laptop to try and see what I'm doing wrong.
Regards
Paul
Let's put DW to aside for a moment. Can you confirm that the address:
http://localhost/bestreviews4uonline.com/
opens in a web browser.
Is Wamp server running? See screenshot of Wamp icon in taskbar.
When you click the Wamp icon, if the server isn't already Online, click Put Online.
Also click Start All Services. Wamp should be running now.
When you click LocalHost from the menu, you should see the Wamp main page in your browser with all your sites listed under Your Projects.
What do you see when you click on Your Project folders?
Nancy O.
OK firstly
No http://localhost/bestreviews4uonline.com/ dosen't load.
And with WAMP I start all services and can access my phpmyadmin but wamp is off line.
I will try that now and get back to you
Regards
Paul
@smudger,
Do you use Skype on your system?
If yes, Skype conflicts with Wamp because they both use port 80 connection. Below is a YouTube video that shows how to resolve this:
http://www.youtube.com/watch?v=8vqs-RdSeUU
Nancy O.
Hi,
This is extremly confusing, so I have 2 myphpadmins, 1 from WAMP and the other from my host
The phpmyadmin from my host has all of my database, when I click on 1 of the databases on the left I get a list of tables.
But when I go into the WAMP phpMyAdmin and click on a database on the left there is nothing there. So its very confusing, for me anyway
Regards
One is on the remote server, the other is on your local hard drive.
Remote:
Server: localhost via UNIX Socket
user: *******@localhost
Local:
Server: Localhost (localhost via TCP/IP)
user: root@localhost
Remote server is populated with MySql data. Your local copy of WAMP server is not.
Going back to original question, can you get local WAMPSERVER to "Online" status yet?
Nancy O.
Your local testing server isn't properly defined in DW yet.
See screenshots below:
Under Advanced tab:
Hit Save.
When you're done, the final screen should look like this:
For further details, review steps described in David Powers' tutorial:
http://www.adobe.com/devnet/dreamweaver/articles/setup_php.html
Nancy O.
Hi again Nancy O,
Her is the code from one of the pages that don't work:
| <?php |
/**
* Front to the WordPress application. This file doesn't do anything, but loads
* wp-blog-header.php which does and tells WordPress to load the theme.
*
* @package WordPress
*/
/**
* Tells WordPress to load the WordPress theme and output it.
*
* @var bool
*/
define('WP_USE_THEMES', true);
/** Loads the WordPress Environment and Template */
require('./wp-blog-header.php');
?>
Regards
Paul
North America
Europe, Middle East and Africa
Asia Pacific