Connecting apache as a testing server

For a long time I have been building static sites on
dreamweaver 8. Now I want to use apache as a testing server. I have
been advised to use WAMP as a single package for mysql, php5 and
apache.
However when I have re-set the site manager to include the
local server, will it mean i cannot use dreamweaver as an FTP to my
remote server? will it mean i test all the pages on the local
server and then at the end of the day- reset dreamweavers site
manager to point to the remote server (or conversely use a seperate
ftp)?
Does this make sense?
thanks for your help
boo27

Dooza wrote:
> Don't they do the same thing? Install and configure
Apache, MySQL and PHP?
I think they do. The main consideration is how invasive they
are.
Anything that alters Windows system folders or the registry
should be
treated with caution. AFAIK, XAMPP doesn't mess with either.
I don't
know about Wamp.
When I first started using PHP, there was a very popular
all-in-one
installer called Firepages. It worked very well, but it was
created by
just one guy. When he was no longer able to maintain it, a
lot of people
found it left behind things in the system folders that made
it more
difficult to install the standard versions. To be fair to the
developer,
he did provide a batch file that uninstalled things properly,
but a lot
of people were unaware of its existence.
David Powers, Adobe Community Expert
Author, "The Essential Guide to Dreamweaver CS3" (friends of
ED)
Author, "PHP Solutions" (friends of ED)
http://foundationphp.com/

Similar Messages

  • Https (secure connection) on local testing server??

    Hi all
    I am building a shopping cart, which will use an https
    connection.
    Is there a way to setup an https connection on my local
    testing server (Apache, PHP, Mac OSX)?
    My guess is that it's not possible, but I might not know some
    special trick...?
    seb ( [email protected])
    http://webtrans1.com | high-end web
    design
    An Ingenious WebSite Builder:
    http://sitelander.com

    > UPS tools that will only accept POST data coming from an
    https page
    Oh - I see. I think this will be hard to do. You'd need to
    get a local
    certificate and all - not sure how to go about that....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "(_seb_)" <[email protected]> wrote in message
    news:ev39uo$pm3$[email protected]..
    > Murray *ACE* wrote:
    >> Why do you want to do this?
    >>
    >
    > to test locally?... I've been able to test everything
    locally so far on my
    > virtual testing server, and thought it'd be nice if I
    could test the
    > shopping cart locally as well. But it uses third party
    UPS tools that will
    > only accept POST data coming from an https page.
    > And yes, I'm pretty sure it's a stupid idea... But as I
    said, maybe
    > there's a trick I'm not aware of...
    >
    > --
    > seb ( [email protected])
    >
    http://webtrans1.com | high-end web
    design
    >
    > An Ingenious WebSite Builder:
    http://sitelander.com

  • Solution to using Site Root with Sub-folders on Testing Server & Browser Previews

    Hi Everyone
    Have found an elegant solution when using Site Root relative linking for a website, that allows browser previews, even when the testing server uses sub-folders and the live code references just the server site root " / " of the live server and not the sub-folder structure of the testing server.  This is really useful when you don't want to use document relative linking, which normally takes care of this problem in Dreamweaver.
    The solution is to use sub-domains referencing the sub-folders on the testing server, so the sub-folders appear as the root of each website and the html code pointing to the site root works correctly on both testing & live servers without alteration.
    Testing Server Setup
    One testing server domain is used for all client development work:
    For example:  www.testingserver.com
    On the testing server there are multiple sub-folder (one for each client website being developed):
    For example:  www.testingserver.com/clientA/ ,  www.testingserver.com/clientB/ , www.testingserver.com/clientC/
    Live Server Setup
    The site code needs to be developed with the final live server folder structure (url references) in mind:
    For example:  www.livesite.com (with all pages referencing the root of the live site server)
    Page URLs on Testing & Live Servers
    /page-name.html
    Testing server url:  www.testingserver.com/clientA/page-name.html
    Live server url:  www.livesite.com/page-name.html (without /clientA/ sub-folder)
    Browser Previews Don't Work
    You want to be able to run browser previews on the testing server while developing the website.  To do this you normally have to reference the sub-folder structure of the testing server in the url for things to work right:
    For example www.testingserver.com/clientA/page-name.html
    What do you do, when you can't keep switching all the urls in the code from pointing to the sub-folder to pointing to the site root, and you don't want to use document relative linking?
    One Solution - Sub-domains on Testing Server
    In your domain hosting (outside of Dreamweaver) setup a sub-domain to point to the testing server sub-folder.
    For example:  Sub-domain clientA.testingserver.com points to www.testingserver.com/clientA (sub-folder)
    So now when you reference the sub-domain it sees the sub-folder as the site root and all your problems are solved.
    Dreamweaver Site Definition Setup
    Site Definition under "Local Info"
    Links relative to: Site Root
    Site Definition under "Remote Info" (live server)
    Access: FTP
    FTP host:  ftp.livesite.com
    Host directory: /
    Site Definition under "Testing Server" 
    Access: FTP
    FTP host:  clientA.testingserver.com
    Host directory: /
    URL prefix: http://clientA.testingserver.com
    (location of the site's root folder on the testing server, the sub-domain redirection takes care of pointing to the sub-folder)
    This is just one solution but it works well for me as it doesn't have any cost associated with it under our hosting package where you can have multiple sub-domains setup.
    Hope this helps someone in a similar situation.
    Aly

    Just Google it, or run out and buy a copy of David Powers' Foundations Dreamweaver CS4 with CSS, Ajax and PHP, a book that is never out of reach for me.  He details the process explicitly for both Mac and PC.
    For me, on W7, I edit the C:/Windows/System32/drivers/etc/hosts file, and add the ip of my testing server along with the site alias -
    192.168.1.82  site.local
    Then I add this same designation to my httpd.conf file in Apache on the testing server.  Finally I restart Apache.
    Now from my production machine if I browse to "http://site.local", I get to see either the default file in the root of the site on the testing server, or a directory of the site on the testing server (my testing server is a unix box running on my LAN at that ip address).  Furthermore, all of my root relative links now work as they would if the pages were being browsed from the live server.

  • 'Unable to connect to database server' on local test server (CS4)

    I am a php/MySql newb. Have designed static sites in DW since Macromedia DW 4 days.
    I have set up a testing server on my Mac running OSX 10.6.7 using MAMP 1.9.5 and Dreamweaver CS4 to  test my osCommerce store (I like to see what's happening visually, even if I just change a small variable in the code). Although I have imported the store database  from my remote server, and the connection tests in the DW Database  window to the store, mysql, and information schema databases in  Dreamweaver are successful, I still get "Unable to connect to the  database server!" when I try to preview a .php page with Live View or with a browser. I'm using the  correct ports in my site definition (8888 and 8889). MAMP shows Apache  and MySQL running, of course. Have tried logging in as root and as my ususal username witht the correct passwords. Everything seems to be right...but it's  still wrong.
    Do I also need to import the mysql and information  schema databases from my remote server to replace the ones that came  with MAMP? If so, where do I put the information schema db? Although it  shows as a database in PhpMyAdmin, I don't see a folder or doc by that  name anywhere in MAMP - it must be buried pretty deep! (I did find a  file called information_schema_relations.lib.php in  MAMP/bin/phpMyAdmin/libraries. Is that it?)
    Or is it something else entirely?
    Note  that though I'm a fairly savvy user, I am not a developer or coder.  Strictly a GUI/static design guy with a liberal arts education. Keep the answers  simple and in plain English, thanks. 
    Have also posted this on the MAMP forum.

    Hi Kanstantin,
    Ieve tested the database connectivity through sqlplus using SYSTEM. But when I try to connect (Mount the repositiry server from MDM console, I facing  the problem mentioned.
    Please let me know if I need to do anything else.
    For your info:
    The following are the tnsnames entries
    EXTPROC_CONNECTION_DATA =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
        (CONNECT_DATA =
          (SID = PLSExtProc)
          (PRESENTATION = RO)
    MD7 =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST = mysapplm)(PORT = 1521))
        (CONNECT_DATA =
          (SERVICE_NAME = MD7)
          (INSTANCE_NAME = MD7)
          (GLOBAL_NAME = MD7)
        (HS = OK)
    The following are the entries in listener.ora file
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = PLSExtProc)
          (ORACLE_HOME = I:\oracle\MD7\102)
          (PROGRAM = extproc)
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
          (ADDRESS = (PROTOCOL = TCP)(HOST = mysapplm)(PORT = 1521))
    Regrads,
    Varadhu
    Edited by: Varadhu on Aug 6, 2009 10:49 AM

  • Failure of server APACHE bridge::No backend server available for connection

    All,
    I have an env: Browser -> OHS -> WLS(Apex Listener) -> Oracle DB.
    If any SQL run for more than 5 mins, i get the below error.
    Failure of server APACHE bridge:
    No backend server available for connection: timed out after 10 seconds or idempotent set to OFF or method not idempotent.The only error i get is from the OHS's log
    [2013-04-03T06:45:57.2946-05:00] [OHS] [ERROR:32] [] [core.c] [host_id: aa050] [host_addr: 121.146.60.102] [tid: 1260554560] [user: oracle] [ecid: 004qNDJn1du7m3KaETn3ES0004Ll00001T] [rid: 0] [VirtualHost: my.team.com:443]  ap_proxy: trying POST /pls/apex/wwv_flow.show at backend host 127.0.0.1/7003; got exception 'Backend Server not responding'; state: reading status line or response headers from WLS (wrote? Y read? N); not failing over because method not idempotent, referer: https://my.team.com/pls/apex/f?p=4500:1003:16571271664493::NO:::Is there a timeout variable other than the below in WLS?
    Session Timeout (in seconds): 3600 .
    TIA,
    JJ

    Regardless of the version, this is not exactly a "Forms" failure. This is an issue between OHS and WLS. Basically it means that OHS (via mod_wl_ohs) was unable to communicate with WLS_FORMS (or whichever managed server you are trying to access). Most often this means the managed server is not running or not responding. If you believe it is running and is responsive (test by hitting it directly) then the problem is probably related to your installation. Generally, if you have not properly configured your networking before you installed WLS and FMw, then this can occur. For example, on Windows machine which do not have static IP addresses, the Installation Guide instructs you to install the Windows loopback adapter and configure it. If you did not do this, OHS likely will not be able to contact WLS_FORMS.
    You can test what I have described above by attempting to access WLS_FORMS directly. For example:
    http://yourHost:9001/forms/frmservlet
    If that works, the issue is probably related to a net config issue.
    If you have access to MyOracle Support, refer to these notes:
    <blockquote><li>Failure Of Server APACHE Bridge After Running Report From Forms 11gR2 on Windows 64-bit platform (Doc ID 1457845.1)
    <li>Oracle Fusion Middleware 11g - Troubleshooting the Error "Failure of server APACHE bridge" (Doc ID 1304095.1)</blockquote>
    The product Documentation Library can be found here:
    http://docs.oracle.com/cd/E24269_01/index.htm

  • Cannot refresh table - test connection works fine but refresh gives "We couldn't refresh the connection. Please go to existing connections and verify they connect to the file or server." error.

    I'm having some difficulty updating a table in my powerpivot data model. The data for the table is stored in a local excel file; if I go to
    Existing Connections select the connection and do a test then everything is successful. When however I try to refresh that particular table I get the following error:
    "We couldn’t refresh the connection. Please go to existing connections and verify they connect to the file or server."
    In the past I had this and it was an authentication issue, the files are stored on SharePoint and I wasn't logged in to Sharepoint - I have however checked this and it can't be the issue because I have other tables linked to other excel files in the same
    location that are refreshing without issue. Can anyone think of what may be causing it?
    I have even tried creating a new local excel with the same data, added it to the data model and then tried a refresh and I I get exactly the same issue. 
    Are there any known issues with refreshing data from an Excel file if, after the initial import, you add columns to the table in the excel file I was wondering if this might contribute?
    Thanks

    Hi Maracles,
    Thanks for your post.
    From your description, I tried to reproduce this issue on my test environment. However, everything is fine for me. Could you please post the specific version of SQL Server PowerPivot for Excel?
    You can try to use a trace file to troubleshoot errors in PowerPivot. If this issue still persists, please try to reinstall SQL Server PowerPivot for Excel to see if this helps.
    For more information, please see:
    PowerPivot Options & Diagnostics Dialog Box:
    http://technet.microsoft.com/en-us/library/gg399091.aspx
    Using a Trace File to Troubleshoot Errors in PowerPivot:
    http://www.sqlchick.com/entries/tag/powerpivot
    Best Regards,  
    Elvis Long
    TechNet Community Support

  • How do I setup a php testing server that connects to my web host?

    My web host (webhostingpad.com) has php on it. I need to setup a testing server that connects to this so I can test my site locally.
    My questions are:
    1. Do I set this up as a local network connection or an sftp (same as my remote)?
    2. what information do I put in to make this work?

    1024MB is enough to have 2 instances but You have to know what are going to be the requirements levels of those instances in order to check if your memory is enough.
    The memory is a theme that relate Oracle SGA with RAM in the machine.
    To have a second database server you have to make another installation in a different Oracle Home.
    It is not the same to have 2 instances than 2 Oracle database servers.
    Do you know what is the difference ?
    Joel P�rez

  • Apache htdocs? Where do I load my testing server files?

    I am trying to use my mac as a testing server.
    I am using Apache, PHP, MySql.
    Where do I store my testing server files?
    I does not work in my local user file.
    Example; http://123.10.10.10/~myname/Sites
    I tried using my Sites folder but php will not work. I was told to use my Apache htdocs folder by the php folks. Spotlight shows there is no htdocs file.
    So do I have to go into the Apache folder and create a new folder called htdocs? Or am I missing something?
    Help!
    Thanks
    Ed
    Powerbook 15"   Mac OS X (10.4.3)   Maxed out!

    I needed that info once before. Found it here somewhere.... re-posted here. This should do the trick for you!
    Beavis2084

  • Can dw cs3 connect directly to sql server database without a testing server?

    I'm new to dreamweaver but have used script tools that link
    directly to my sql server database.
    Not in dw, so far. As of this early stage, I don't have or
    want to use a web server, and it's blocking me
    without one. I just want to prototype without a testing
    server, directly to my database. And while I'll try php
    later, I didn't want to have to get into it or cold fusion,
    etc. right away.
    Can dw connect directly to sql server database without a
    testing server?
    I'm running XP sp 3 at this point, and don't see IIS. There's
    probably some security issues
    I'll have to tangle with. The goal is for my website to end
    up on the company intRAnet, not the www.
    fwiw, I can Build in Data Link Properties and get a
    successful test to my sql server database via
    Microsoft Data Link, but once I go back and try the test in
    OLE DB Connection it balks on the testing server,
    as I don't have one locally or otherwise. Isn't there a way
    to link to db without a testing server?
    Thanks for any insights.

    Art wrote:
    > You can connect to SQL server using ODBC in windows.
    Yes, you can. However, Dreamweaver's PHP server behaviors
    work only with
    MySQL. To connect to any other database, you need to hand
    code
    everything yourself.
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS3" (friends of
    ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • PHP/MySQL connection / testing server maybe?

    Problem - I'm unable to connect to a PHP database. I'm
    working right now with tutorials from the DW CS3 Bible by Lowery,
    but haven't been able to connect at all. And I wasted weeks trying
    the same thing with an ASP connection.
    The error message I'm getting now is '405 Method not Allowed'
    when working through the connection dialog. I thought PHP/MySQL was
    supposed to be easier & better than ASP/Access?
    In going through the site setup, instructions for setting up
    the site's testing server say 'click test to verify the connection'
    but there's no button to click. What am I missing?
    Is there some kind of easy test script I can attempt, as with
    asp? Problem there was that I could do the 'timetest' sample, but
    nothing else.
    I have gone through setting permissions and creating IUSR_my
    computer name as a user - they seemd to work fine, but I still
    can't connect.
    Thanks anyone, and everyone - my first post regarding
    connection problems was on 8/22 and I feel like I have gotten
    nowhere.

    Have you looked at this tutorial?
    http://www.adobe.com/devnet/dreamweaver/articles/setting_up_php.html
    Ken Ford
    Adobe Community Expert Dreamweaver/ColdFusion
    Adobe Certified Expert - Dreamweaver CS3
    Adobe Certified Expert - ColdFusion 8
    Fordwebs, LLC
    http://www.fordwebs.com
    "LReber" <[email protected]> wrote in
    message
    news:gcegd6$qmu$[email protected]..
    > Problem - I'm unable to connect to a PHP database. I'm
    working right now
    > with
    > tutorials from the DW CS3 Bible by Lowery, but haven't
    been able to
    > connect at
    > all. And I wasted weeks trying the same thing with an
    ASP connection.
    > The error message I'm getting now is '405 Method not
    Allowed' when working
    > through the connection dialog. I thought PHP/MySQL was
    supposed to be
    > easier &
    > better than ASP/Access?
    > In going through the site setup, instructions for
    setting up the site's
    > testing server say 'click test to verify the connection'
    but there's no
    > button
    > to click. What am I missing?
    > Is there some kind of easy test script I can attempt, as
    with asp? Problem
    > there was that I could do the 'timetest' sample, but
    nothing else.
    > I have gone through setting permissions and creating
    IUSR_my computer name
    > as
    > a user - they seemd to work fine, but I still can't
    connect.
    > Thanks anyone, and everyone - my first post regarding
    connection problems
    > was
    > on 8/22 and I feel like I have gotten nowhere.
    >

  • Cannot and have never been able to connect to a testing server

    Hello
    I am using Dreamweaver and am trying to set up a testing site using IIS.  I can’t get it set up.  It says I don’t have administrative privileges.  I am the administrator.  This is a home computer and I am the only user  of the computer. I am just a novice.
    I posted my problem in an Adobe forum.  I was told to enter a command in the  administrator command because I am not an administrator (this made me scratch my head???).  The following is what I was told to enter:
    icacls %systemdrive%\inetpub /grant  %userdomain%\%username%:(OI)(CI)(F) /grant %userdomain%\%username%:F
    it does not work and says there is no command for” icasis”  I am not sure what I need to enter, however.  For system drive I put “C”.  For user name I put the name of my computer. For user name I put my user name.
    This is what I ended up with and this is what I put in the administrators command prompt:
    icacls %C%\inetpub /grant  %Joe-II%\%jtb%:(OI)(CI)(F) /grant %Joe-II%\%jtb%:F
    I am sure this is wrong.
    In addition, in properties of inetpub wwwroot it says I have read and write for both administrator and iis_iusrs privilages (I set it up following a DW tutorial).
    So why can’t I set up testing server on iis? This problem has gone on for years.  I have newer versions of Adobe and operating systems and I have never been able to set up a testing server.  By the way, this is windows 8 professional.
    Any help would be much appreciated.  I would even pay someone to solve my problem but don’t know where I would go to do this.
    Joe
    << Response was:
    Hello,
    I'm sorry to hear you are having issues.
    From the information you have provided, it would appear that your issue is based somewhere in the user account permissions configuration on your PC.
    I recommend taking the following steps to ensure your user account has administrative permissions:
    Open your "Start" menu and right click on "Computer" (or "My Computer" depending on your version of Windows).
    Select "Manage".
    In the new window titled "Computer Management", select "Local Users and Groups" under "System Tools".
    Select the folder labeled "Users" and find your user account in the right panel.
    Right click on your user name and select "properties".
    Select the "Member of" tab and verify that you see "Administrators."
    If not, you can select "Add" and then type "Administrators" in the field labeled "Enter the object names to select".
    Please update us with the results once you've followed these instructions and we can troubleshoot based on that further information.
    Be sure to let us know of any error messages or pop up windows you encounter.
    You were sent this email because you opted to receive email notifications when someone responded to this thread.
    To unsubscribe, visit the above URL and click 'Unsubscribe via Email'.
    Thanks again,
    IIS.NET Forums team
    2055856-2055855       
    >>
    My response:
    My response:  I did what you asked and I am listed as an Administrator or do see Administrators there.  Thank you for your response. Hopefully you can trouble shoot from what I have replied.
    Again, this has been going on for so long.  I would even bee willing to pay to have this problem cleared up.  Again, thanks.
    Joe

    Perhaps one of the hits returned on a google search "setting up iis server" will help: https://www.google.com/search?q=setting+up+iis+server&ie=utf-8&oe=utf-8&aq=t&rls=org.mozil la:en-US:official&client=firefox-a.
    I sympathize, as I had a lot of trouble trying to set up a localhost server on a Win8 computer. Experienced many false starts. Finally got it working to the extent I could actually work on a WP site locally, but the set up is still weird in that when I uploaded all the new files to make them live, nothing updated. Ended up making all the changes again to the live site.
    Chris

  • How to setup the local testing server ??

    hello, what do I need to install first before I can setup the
    testing server in dreamweaver 8? I have download apache2 triad,
    mySQL, IIS 6...
    Where should I download the correct version of mySQL because
    I need to test my php scripts locally which has something to do
    with database?
    How do I configure these on the testing server setup
    Connection Name - what should I input here?
    MySQL Server - and this?
    Username - where do I get one?
    Password - where do I get one?
    Database - gets an error saying "HTTP error code 404...
    1) There is no testing server running on the server machine.
    2)The testing server specified for this site does not map to
    the
    http://localhost/...... ??
    Please Help.. Thanks in advance!

    criticalx wrote:
    > I'm using the apache2triad for the mySQL.. I s there
    anything I did wrong on
    > my configuration part? Thanks... "I only need to test my
    site locally"
    I have never heard of apache2triad, but I've just had a look
    at the
    apache2triad site, which says: "It is recommended that only
    experienced
    users, with a vast knowledge of how networks, and its
    components (Apache
    Web Server, ect.) should install this software. It IS NOT
    your average
    software; a lot of time, patience and effort are required to
    maintain
    such a server."
    Setting up a local testing server is not difficult, but it
    does require
    a basic understanding of how a server-side language like PHP
    works.
    As I said before, you must always store your files in the web
    server
    document root. According to the apache2triad documentation,
    this is C:
    \apache2triad\htdocs\. Unless you store your files there, or
    in a
    subfolder of htdocs, nothing will work.
    ---LOCAL INFO----
    Site Name: login
    Local Root folder: C:\apache2triad\htdocs\login
    checked refresh local site automatically
    default images: C:\apache2triad\htdocs\login\images\
    Links Relative to: "document" - this is correct
    HTTP address: leave blank
    cache: enabled
    ---REMOTE INFO---
    None
    ---TESTING SERVER---
    Server Model: PHP/MySQL
    Access: Local/Network
    Testing server folder: C:\apache2triad\htdocs\login\
    URL Prefix:
    http://localhost/login/
    mySQL connection:
    conn name: connLogin
    mySQL server: localhost (do not use
    http://)
    username: root
    password: mypassword
    Database: login
    David Powers
    Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
    Author, "Foundation PHP 5 for Flash" (friends of ED)
    http://foundationphp.com/

  • Local, Testing server, Remote server uploading

    I have my web files in a local directory, say c:
    webfiles\myweb. I also have a local testing server at
    c:\Apache\htdocs\myweb, and finally a production site at
    www.myweb.com. The problem is that when I edit a file in my local
    directory it updated the testing server and not the production
    remote - which is what I expect. My problem is that I don't know
    how to update the production server as there does not seem to be
    any menu choice for this. I am sure I am doing something stupid,
    but I can't figure out whats wrong. Basically I don't quite get how
    the relationship between the 3 file locations interact with each
    other. Any help would be sincerely appreciated as its driving me
    crazy.

    Expand the Files panel. On the toolbar, there are three icons
    in a row -
    Remote | Testing | Site Map. Select the Remote icon, and you
    will now be
    connecting with the Remote site for PUT/GET. The testing
    server will now
    only be used for Previews or Live Data displays.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "johnbreda" <[email protected]> wrote in
    message
    news:f2sahm$r4g$[email protected]..
    >I have my web files in a local directory, say c:
    webfiles\myweb. I also
    >have a
    > local testing server at c:\Apache\htdocs\myweb, and
    finally a production
    > site
    > at www.myweb.com. The problem is that when I edit a file
    in my local
    > directory
    > it updated the testing server and not the production
    remote - which is
    > what I
    > expect. My problem is that I don't know how to update
    the production
    > server as
    > there does not seem to be any menu choice for this. I am
    sure I am doing
    > something stupid, but I can't figure out whats wrong.
    Basically I don't
    > quite
    > get how the relationship between the 3 file locations
    interact with each
    > other.
    > Any help would be sincerely appreciated as its driving
    me crazy.
    >

  • Mac Test Server set up issues

    first day notes:
    I've spent the last two days transitioning into Dreamweaver and setting up my test server MySQL PHP and Apache by following online help, tutorials and recommendations. I've Terminaled MAMPed, and installed more crap than I wanted to fill my hard drive with.  I've done everything I can think of just so I can see what the site I'm working on will look like in reality (using Server Side Includes) before posting as I'm still in the proposal stages of this project. 
    All files are relative to the document and not root
    preview using temporary file is checked
    Testing Server folder is: MacintoshHD:Library:WebServer:Documents:sitename
    Testing Server URL Prefix is: http://127.0.0.1/sitename.com/
    FF and Safari give me:
    Not Found
    The requested URL /MarcJanowitz.com/TMPV8Y2WAUZU.shtml was not found on this server.
    I'm used to iWeb but it clearly doesn't have the functionality I need, which is why I'm trying to graduate.  I can't use DW if I can't see what i'm creating.  I can't rely on faith when I don't have the experience with this program to have the faith.
    I've been all over google and the forums since 5pm yesterday (short nap in the middle) and it looks like i'm doing everything I'm told.
    I'm afraid I did something in terminal I shouldn't have or something slightly wrong in my installation/implementation of MySQL PHP and Apache. Or that i'm misunderstanding what I'm supposed to be putting in for "Testing Server URL Prefix" or something.  I need to find out asap whether this is a lost cause or fixable so I know whether to cut my losses.
    the next day i tried:
    apache is set to run by setting my web sharing on
    i changed the line that said 127.0.0.1 in my config.inc.php. back to localhost so i could try
    Try:  http://localhost/sitename.com
    I'd switched because i was getting "Re: #2002 - The server is not responding (or the local MySQL server's socket is not correctly configured)" and I found these:
    MySQL :: Re: #2002 - The server is not responding (or the local MySQL server's socket is not correctly configured)
    MySQL :: &lt;&lt;&lt; THE SOLUTION - SOLUTION SUMMARY &gt;&gt;&gt; &lt;&lt;&lt; READ THIS FIRST &gt;&gt;&gt;
    now that i look at those pages again, perhaps just switching 127.0.0.1 back to local host  in both places isn't enough
    i've sort of lost track of the changes i've made now
    I switched the line in manage sites to lowercase to match the folder
    PHP and MySQL were running last night before i shut down.  How do I make sure they're running now that i've started up again?
    as of now, still getting "not found"
    I know there are similar topics but i'm certain i've gotten myself in a unique enough situation that it is worth a new discussion because i can't find one close enough to what i've done
    thanks!

    Diana Kesselschmidt wrote:
    3)don't know where you mean when you say:
    simply declare those ports in the call... i.e. localhost:8889 for mysql and to see the website localhost:8888
    I explained this before. If you use the default MAMP ports, you need to use http://localhost:8888/ instead of http://locahost/ in the URL prefix of the Testing server definition. Also, when creating a MySQL connection, use localhost:8889 instead of localhost in the Server field.
    If you have stopped the preinstalled version of Apache in System Preferences, as well as stopping the version of MySQL that you installed from a dmg, you can change the ports in MAMP. See the following screenshot, which is taken from the tutorial on setting up a PHP development environment:
    The screenshot shows the default MAMP ports. If you click the "Set to default Apache and MySQL ports" button, those values will change to 80 and 3306 respectively. If you do that, and you get a green light from both MySQL and Apache, you can use http://localhost/ and localhost in the testing server and MySQL connection dialog boxes.
    If you still get errors when trying to test a page in Dreamweaver, please give precise details of the values you have entered in the Testing server folder and URL prefix fields of the Testing Server section of the Site Definition dialog box.

  • Setup for testing server "the prefix does not match.."

    I am just getting started using Adobe Dreamweaver CS3
    with AppServ (Apache, Php, MySQL).
    Im using Windows XP Service Pack 2 and and test it on the
    same computer.(localhost)
    I created a folder on my hard drive
    C:\AppServ\www\MyLocalSite.
    Here´s the setup under the Advanced tab in Dreamweaver:
    Server model:
    php Mysql
    Acess:
    local network
    Testing server folder:
    AppServ/www
    URL Prefix:
    http://localhost/MyLocalSite
    When I click OK, the following message is displayed:
    The site URL Prefix for the testing server does not
    match..
    I have run a lot of sites on my localhost but never ever
    get this unusual message.
    The worst is - I cant use the Recordset with Bindings in
    Dreamweaver CS3 if I dont solve this weird "prefix" problem.
    I ´ve tried a lot of workaround solutions but always end
    up with the message
    that prompt "the prefix does not match.."
    Is it a bug or what?
    I appreciate every answer
    Update
    21:47.................................................................................... .
    I´ve tried to configure a connection to the database
    and I end up with this message:
    1) There is no testing server running on the server machine
    2) The testing server specified for this site does not map
    the
    http://localhost:80/myLocalSite/_mmServerScripts/MMHTTPDB.php
    URL.
    Verify that the Prefix maps to the root of the site
    The server is running and is working when I request my local
    site in IE 7:
    localhost/myLocalSite/index.php

    I too had been experiencing this problem after installing XP
    service pack 3 last week.
    Too fix this issue I had re-assign all file permissions to my
    root web folder.
    Remove all permissions and re-assign the groups
    administrators, authenticated users and everyone FULL CONTROL of
    this folder.
    Click the advanced button and make sure permissions are not
    being inherited from the parent folder.
    Then select the option to re-assign all permissions to all
    child files/folders.
    Good luck.

Maybe you are looking for

  • Pixelated images (with High Quality Display turned on)

    Here's my problem: The images look sharp on the internet, but when I download them, place them in Indesign and print them, the look pixelated! Take this one for example: http://media.smashingmagazine.com/images/typefaces/productus.gif It's resolution

  • N97 Music Player - faulty icons

    Hi everyone. Thought I would post here with this little problem, as I seem to have exhausted the internet in looking for a solution. Basically the music player short cut icon on the desktop(?) AND the 'last played' icon in the player do not work. Wha

  • How to convert oracle forms to adf

    I want to convert oracle forms to adf Edited by: user4435615 on 2013-3-22 下午8:23

  • Reg: Webservice consumption on JEE 5

    Hi I have a webservice provider (ABAP) and I call the WebService from a WS Client in Java (JEE 5 SAP CE). I have generated Proxies using the WSDL Url (WS Client Generator on NDS CE 710). Now I would like to use HTTP Destination, can some one please t

  • Control Network Services

    Hello how can i control which network service to run at startup , please in detail . how to enable telnet to the system . how to restart all of the network services while the system is running ?