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 :: <<< THE SOLUTION - SOLUTION SUMMARY >>> <<< READ THIS FIRST >>>
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.

Similar Messages

  • Mac testing server URL prefix problem

    Greetings,
    I've searched through a bunch of forum and support topics
    with no success so here's a post.
    I'm building a site on a Mac using some basic PHP (not
    database driven) and would like to be able to preview the files in
    a browser. I'm setting up a testing server with PHP/MySQL as the
    Server Model, Access as Local/Network, and the location of the site
    folder pointed to. My problem is the URL prefix...
    I have tried the following URL prefixes and keep getting the
    same error message in DW ("Dreamweaver cannot use the prefix you
    entered to display live data....HTTP error:0") and a connection
    failure in the browser. The following attempts include the name of
    my hard drive, my Mac User name, and the name of the folder my site
    rests in.
    http://myHDname/
    http://myHDname/~myUserName/
    http://myHDname/~myUserName/siteFolderName/
    http://localhost/
    http://localhost/~myUserName/
    http://localhost/~myUserName/siteFolderName/
    Any ideas as to what I'm doing wrong?
    Thanks!

    "dixiedoo" <[email protected]> wrote in
    message
    news:fbp5vi$mlm$[email protected]..
    > Greetings,
    >
    > I've searched through a bunch of forum and support
    topics with no success
    > so
    > here's a post.
    >
    > I'm building a site on a Mac using some basic PHP (not
    database driven)
    > and
    > would like to be able to preview the files in a browser.
    I'm setting up a
    > testing server with PHP/MySQL as the Server Model,
    Access as
    > Local/Network, and
    > the location of the site folder pointed to. My problem
    is the URL
    > prefix...
    >
    > I have tried the following URL prefixes and keep getting
    the same error
    > message in DW ("Dreamweaver cannot use the prefix you
    entered to display
    > live
    > data....HTTP error:0") and a connection failure in the
    browser. The
    > following
    > attempts include the name of my hard drive, my Mac User
    name, and the name
    > of
    > the folder my site rests in.
    >
    >
    http://myHDname/
    >
    http://myHDname/~myUserName/
    >
    http://myHDname/~myUserName/siteFolderName/
    >
    http://localhost/
    >
    http://localhost/~myUserName/
    >
    http://localhost/~myUserName/siteFolderName/
    >
    > Any ideas as to what I'm doing wrong?
    My guess is: you are not actually using a web server to serve
    your
    documents.
    see if reading the documentation helps....
    Preparing to build dynamic sites
    http://livedocs.adobe.com/en_US/Dreamweaver/9.0/WSc78c5058ca073340dcda9110b1f693f21-7a31.h tml
    Joris

  • Remote and testing server set up

    I want to upload to the server some php pages containing a registration form, log in, and membership directory. I am able to get everything working ON MY COMPUTER (not shouting - just for emphasis) using wamp server. I am completely confused about how to get it on the server. I have tried creating a test database at the server but I am confused about how to connect. Do I need to set up both a remote and a testing server in the site setup on DW (CS5.5)? I think the problem is with the database setup form, that is, databases - + - mySLQ connection. What do I put in the form fields?
    So far, I have tried, among other things,
    Connection name: myusername_testform
    mySLQ connection: localhost
    Username: the one I set up at the server
    Password: the one I set up at the server
    Database: myusername_testform
    and I get the following error message when I test it:
    HTTP error code file not found etc.
    possible reasons:
    1. There is no testing server running on the server machine.
    2. The testing server specified to this site does not map to the the http://ftp.mysite.com/_mmserverscripts/MMHTTPDB.php URL. Verify that the URL prefix maps to the root of the site.
    I have contacted the server and have tried to understand their answers but have had no success in getting this done.
    Any help would be much appreciated. I am really new to php and forms and databases, so please keep it as simple as possible. Thanks

    Thanks very much for responding. Sorry - I'm not quite sure what you mean. I initially did all the set up steps (set up local server, create database in wamp phpMyAdmin, create a members directory, create a registration page, create a log in form) and I got all of that to work on my computer. Now I want to upload the forms and database to the server. Rather than use the database that I had originally set up on my computer, I set up a new test one with with one table and only a few categories using the phpMyAdmin on the control panel for the site. Where is that database? Is it at the server? What I'm confused about is this: How do I connect to the database at the server? Do I need to set up the site the same way as I did when it was only on my computer, i.e., set up a remote server AND a testing server? Or do I just need to set up the remote server? In either case, how do I add the database to the site using mySQL connection? I think the problem is with what I type into the form field "my SQL connection" but I really don't know. I'm so confused lol

  • Airport Express (Model with 802.11G +54MBPS Mac/PC and Set Up Issues

    Hi,
    We have a 4 Mac and 1 PC Household. Cable Internet Service by Roadrunner.Cable model (owned) connected to a D-Link 802.11G wi fi router (by ethernet from cable modem)in the family room , then out to a Imac (the half moon base and LCD screen with a airport card also in the family room and the closet computer to the D-Link
    router, (we did add a D-Link antenna to the router ? about 10 months ago (a D-Link ANT24-0700 (Version 1.2)and a HP 4 in 1 printer attached via USB to the Imac
    ,a eMac 1.25 ghz 1Gb ram with airpot card also connected wirelessly (no printer attached on the same floor but in a ajoinging room about 20 feet from the Router, and another eMac 1.0 Ghz 1Gb ram with airport card in the upstairs part of our house (a bedroom) and no issue with Internet connection (it has a Epson 3in 1 printer attached via USB, and a MacBook Pro with 802.11N wireless card in side , bought for a Christmas/Birthday Present and also for college.It to has no issues with the Internet where ever it may be in the house. Our sole PC a HP tower with a added D-Link WDA -2320 Range Booster Desktop Adapter (802.11G) and we added a D-Link Antenna same model as the other a ANT24-0700 to help with Internet access which it did as well as adding some ram to increase page loading time etc. It does not have a printer attached. I will get to the Topic Area now
    The Airport Express. I was not involved in the set-up as I was laid up due to a bad back and post major knee surgery , But I always (especially recently) wondered why the light was amber and blinking. I read through the manual and also
    Apple.com support and MacFixit.com (which is under construction and moved to part of Cnet.com)and then went to the Airport Express Discussion area (sorry for being so wordy) I need a Twitter account to post!) We have a network name for the D-Link and the computers all were added and it also supports a Xbox 360, a Sony PlayStation 3 and a Nintendo Wi (in online use without issue) but..
    A network was also as it appears to myself) for the Airport Express and under the half moon bars showing connection strenght (there is our D-Link network "phoenix" with security protection WPA2 I believe) as I have set up the router, We had a Apple Base station prior that was ? 802.11B (a half moon white unit) still have it in the box ) So for normal daily use, checking e-mail and internet use all of the computers use the "phoenix" or D-Link supported Router 802.11G
    and The other network calld Apple Network with numbers and letters after it (and hopefully security) password is unknown , The Airport Express is set up connected via USB to a HP B&W laser printer which has saved quite a bit of money on ink, To utilize that printer you must switch from "phoenix" The D-Link router network to the Apple Network (followed by letters and numbers) The Imac and the eMac in the family room and a ajoing room (after switching to the Apple Network
    can than print to the lasr printer. The eMac upstairs and the HP Windows XP Professional software can not print to the laser printer (yet the HP PC shows it as a individual network and a strong signal, equal to the Internet connection from the D-Link, and the eMac (after switching under the half moon (not the proper name I am sure) to get to the Apple Network to print , it will not print, yet it shows a 5 bar signal, same as the D-Link connection. I do believe we have two seperate networks (but do not understand why the two Mac's in the family room can print to the laser printer by simply switching networks and then file and print. ** One other 9probaly major item is that it states to set up the Airport Express with a Mac With OSX 10.4 or later (at the time of set up, we had the Imac and two eMac's all running Panther OSX 10.3.9 9which they continue to have installed) We obtained the HP Tower and Monitor and HP 4in 1 printer ust before Christmas in 2008 and the MacBook Pro in Mid December 2009 (current model and running Snow Leopard 10.6. The HP Tower runs Windows Xp Professional (Service Pack 3) so the MacBook Pro which is much more mobile , could be used to do the set-up, or the HP Tower coulf be moved temprarily, I do recall if Router changes (at least with The D-Link You need to be connected by Ethernet to the Mac
    that would be doing the set up/configuration of the router (and it runs OSX 10.3.9 and is a older Mac (with 80Gb Hard drive that is partioned for OS9 and OSX as well , it is under a Ghz processor wise and less than 1 Gb of ram as the last ram slot required a seal to be broken and 256mb of ram (?) could be added
    it has 768 mb of ram but knock on wood running well. We use Lacie external drives
    on the Imac and both eMac's and need to get external drives for the HP PC as well as the Mac Book Pro (15" screen)
    I apoogize if I repeated myself, and rambled but I wanted to (in one post) to explain our set up and network configuration
    Questions
    1) if indeed it is that the two networks is true and a set yp that is not correct
    can the Airport Express be configured without opening up the router (when ever that happens it seems one computer is unable to get online and each time its a differnt one a Mac or veen the PC
    The PC under My Computer and Networks clearly shows the wto distinct and seperate netwoks with strong signals and the distance is not far (it is through a floor as the other emac and the PC are upstairs and cabling by ethernet is not a option
    2) If I need to open the router would I add the Airport Express as a client as if it was one of the computers or gaming systems on the network? (adding the Mac adress or IP address (not sure how you find the Mac address) and its been while since the router was opened up for any additions or work on it.
    3) would it be on the same channel as the router or not ?
    4) Hopefully with proper configuration the light will stay on (and green) on the A/E and the eMac and HP PC will be able to print to the laser printer. Currentlt
    when anything needs printed from the PC its put on a Flasg Drive and plugged in tothe Imac and the the Apple Network is selected and data printed, The eMac upstairs has the option of using the attached Epson 3 in one or doing the Flash stick work around.
    I would be verya appreciative if some one took a look at the set up above and advised me of what is right, what is not right* and what to do to fix things up
    I would imagine after proper set up, delete the Apple Network from the PC and eMac upstairs and ? all of the computers as we should have one base station (the D-link and the spoke (the A/E connected by UBS to the A/E (it may be ethernet but the cable connection from the A/E to the HP laser printer is correct (the rest of the A/E set up ... Please , tell me where it is and where it should be
    and ? any idea why we can print to the laser printer down stairs and not up stairs ? it did mention printer set up with Panther as possible, page 43 of themanual we have un chaper 5 Tips and Troubleshooting (under whn your printer isn't responding) (we do not have the interfereance listed in the manual,
    our phones are land line, one 900 mghz and the others 5.8 ghz
    It is possible to move the A/E and laser printer if that would help the two computers (desktops) upstairs) bt the distance is way less than 150 but their is a floor and ? duct work (metal ) but I think here is a place to stop typing and let some of the experts on the discussion forums take a look.
    one lst note (as the lap top will be going off to college in the fall (runnning Snow Leopard, and the other 3 Mac's run Panther OSX 10.3.9 should the HP PC windows Xp Professional be the computer to set up the air port express and the Airport Utility proram installed & would this conflict with the current Router (set up by a Macc running OSX 10.3.9 (Panther) i.e (should both set ups be on the same computer?) but actually aThe D-Link is OSX10.3.9 compatible (and 802.11G) and set up requires ethernet connection to a Mac (You type in the numbers and . etc and password as administror and you are in, or should the admin be on the same cpmpuer for the router and A/E ?
    (and considering a Airport Extreme Base Station as well as dual frequency simulataneus and 802.11N (for the laptop now) and future, or wait. The 802.11
    in theory would broadcast farther..?? even if computers had 802.11b(our Mac Desk tops and the PC 802.11B card
    Thanks Again!!!
    Many, Many Thanks
    amnienttales

    William Boyd Jr.
    Hello again,
    D-Link Router is model DGL-4300 (along with a D-Link ANT24-0700 Omnidirectional
    7dbi Antenna . Our Cable Internet ISP (Roadrunner) provides consumers with dynamic ISP address's . All Mac's have Airport Cards and The Hp Tower XW4550 has a D-Link Rangebooster G Desktop Adapter WDA-2320 (also with a D-Link ANT24-0700 Omnidirectional 7 dbi Antenna (the PC OS is Win XP Pro Service Pack 3) The 3 desktop Mac's run OSX Panther 10.3.9 , The 15" MacBook Pro OS is OSX 10.6 Snow
    Leopard (not sure what is after the .6 (right now) D-Link's website is
    http://www.dlink.com , I have configured this router multiple times in the past.
    also added as clients on the network (Utilizing the D-Link Router) are a X-Box 360, Sony Play Station PS3, and a Nintendo Wii all of which have on line ability
    and enables online video game play with any one online.
    As mentioned prior the Airport Port Express is Model A1084 Part No. M9447OLL/A
    which is USB conected to a HP LaseJet B&W , model 1020 and some how the two computers near it can switch to the Airport Express Network from the D-Link Router based Network and print wirelessly to the A/E connected LaserJetPrinter
    I realize I will need to reconfigure the D-Link Router and add the A/E as a client. I will try first to use the Airport Utility and see if I can do anything
    Utilizing it (adding it to the D-Link network, I think its unlikely but worth a try but* the password is unknown but I have a few guess's as to what it may be.
    I do have the necessary admin and network paswwords to cconfigure the D-Link Router,
    1) * If the the A/E Utility experiment fails and I need to re-configure the router * do I need to (as per the Airport Express Set Up Guide (Use a Mac with OSX 10.4 or later or a PC with Win Xp Home or Professional (have a desk top PC that has the specs) and The Mac Book Pro meets the Mac Spec's)
    If I can not get a password to work on the A/E I would reset it using the reset button
    And before plugging in the A/E , connect the appropraite cables in our case a USB cable to the LaserJet Printer then plug in the A/E
    2) I would then connect by Ethernet from Either the Mac Laptop or The PC to the D-Link router (if not the router will not set-up correctly)
    3) The one question that puzzles me is that we are not using the A/E as a base
    but a client
    in two sections(Using Airport Express , connecting a Printer via USB
    and use Airprt Utility to create a new network or join a new newWireless computers using Mac OSX 10.2.7 (Tiger) or later or a PC with Windows XP and it then goes in to the steps of ising the printer for both a Mac and a PC (using Bonjour on the CD that came with the A/E (this appears to contradict needing to use Mac OSx 10.4 or a PC with Win Xp set the A/E up for use as a printer
    (joiing a new network or existig one)
    And in Chapter 5 Tips and Roubleshooting= Your Airport Express Status Light Flashes amber & Your Printer is not responding (it is flashing amber and the printer does not respond to the two computers upsstairs (one Mac running OSX 10.3.9 & One PC running WinXp and its states to make sure the printer is selected
    in the Printer list o client computers, to do this on a Mac using OSX 10.3 or later , open Printer Set Up Utility and follow steps and if a PC with Windows XP , Open Printers and faxes and then follow steps
    in Closing ? can I configure the A/E Utility with a Mac using 10.3.9 as above or
    ? Per Chapter 1 Getting Started use a Mac with OSX 10.4 or later or a PC with Windows Xp Home or Professional
    Perhaps I am taking the tips and trouble shooting and Printer Set up out of context or does the getting Started Computer specs contradict them or are they
    for use if the A/E was going to be a Base Station and not a client..
    Will keep at it,
    ambienttales

  • Mac Mini Server 2010 Networking issues

    I cannot get a consistent connection to my wireless router over Wi-Fi or when wired. It seems like the firewall is getting in the way because I can get a connection if I turn it off, but then once connected I can switch the firewall back on and it works. Having turned the firewall off and then back on again I can even then disconnect and reconnect the cable and it works for a while (I have made it inactive and then active again which also works) until some time later after a longer period of inactivity the whole connection issue starts again.
    The network in use has been and still is a solid network for the plethora of MacBooks, XP, Windows 7, Linux machines we use so I can only assume it is some kind of setup issue. I would really like to start the Server Setup wizard again or re-install as I think something may have gone wrong right at the outset. As it doesn't have a DVD drive I am not sure yet how I could reinstall.
    Thanks for any help you can provide.

    I solved this by scouring the firewall settings. So, to share what I found:
    When using DHCP to assign an IP address for the OS X Server, without any of my own services running (eg. DHCP/DNS/Web etc) the firewall decided to not enable the DHCP and BOOTP Client ports, causing my DHCP requests to not function correctly. Checking the DHCP and BOOTP Client setting made the networking problems disappear.
    Sounds obvious once it is discovered!!

  • Mac OSX Server Mavericks users issues

    After trying to add new users via Server app I get 'Existing connection is not authenticated: password change denied' error. I also am unable to reset or remove users. I think this is related to upgrade of server to Mavericks as this is the first time I'm doing this post-upgrade. I have not noticed any other issues with the upgrade and the wiki service will let me log in and content is there so that is not an issue.
    I did what was recommended here: http://support.apple.com/kb/TS5289 and that did not work nor did reboot. Any info would be great! Thanks.
    J

    Thanks so much! The thread in the discussion you provided worked. Specifically:
    sudo touch /var/db/openldap/migration/.rekerberize
    sudo killall PasswordService
    Worked after reboot. Was able to change password and add/remove users with any error coming up.
    J

  • PHP website displays on web server but only text shows on local testing server

    Hi,  I am not a PHP programmer.
    I tried to get the testing server set up in the DW site definition area but was unsuccessful so I am back tracking to first make sure I have a working testing server. So, here is the info:
    I took on a new client with a simple PHP site, without any databases.
    The site is up and running on the web.
    I would like to eventually get it running on my local machine to integrate editable regions for use with Adobe Contribute.
    I have latest version of WAMP installed running Apache version 2.2.11 and PHP version 5.3.0
    I created a directory in the WAMP "www" project directory and it shows up  like it's supposed to when I browse to "localhost"
    Problem:
    The home page of website displays text but no, images, styles, footer, header, nav links, etc.
    Here is the code for the home page:
                                                                                                                                                                Welcome                         This is the content area. This is the content area. This is the content area.                                                                        
    Any help would be greatly appreciated. I have spent many hours on this.
    Regards

    Hi,
    Not sure what you have going on there. One thing I would try is to enclose all your php code within <?php code here ?> not <? code here ?>
    Also ADDT does not work fully with php 5.3.0 as this may also be your error. When you say it only shows text do you mean dynamic text values or just text that is not dynamic?

  • Site-relative links fail on local testing server

    Using CS4/WAMP/XP, I have a testing server set up. All works well except that when I specify site-relative links, on the testing server they go back to localhost, not localhost/Frances. They work fine on the live site, but not on my testing server.
    This prevents me from using (well, testing) 'include' files for things like menus when parts of the site are in different folders.
    I have my site setup as follows:
    Local Info
    Site name "FFG2009"
    Local root folder C:\wamp\www\Frances\
    Default images folder C:\wamp\www\Frances\images\
    HTTP Address: http://localhost/Frances/
    Testing Server
    Server model: PHP/MySQL
    Access: Local/Network
    Testing Server Folder: C:\wamp\www\Frances testing\
    URL Prefix: http://localhost/Frances/
    In my Apache config file I have a virtual directory set up like this
    Alias /Frances/ "c:/wamp/www/Frances/"
    <Directory "c:/wamp/www/Frances/">
        options all +includes
        AllowOverride all
        Order allow,deny
        Allow from 127.0.0.1
    </Directory>
    I have been advised that I could temporarily change the Apache webroot folder to my "Frances" folder, but that stops other things like PHPMyAdmin from working. Also I have other sites within my www directory and I'd rather not have to change the Apache rootweb directory every time I need to work on a different site.
    Is there a way to set up my site in CS4 so that site root links go to localhost/Frances rather than just localhost?
    Thanks
    Tone'z

    Many thanks Mark.
    I fact I spent all yesterday coming to the same solution. Finally at around 12:30am this morning it worked!
    Early in the day I found the same reference you mentioned in an on-line copy of David Power's book where he exactly described the very problem I had - and with the VH solution.
    However, I had a problem with an obscure syntax error in the virtual hosts include file. I still don't know what it was. The flag to perform a syntax check on HTTPD startup didn't discover it. The problem actually prevented the Apache service from starting at all but that little point escaped me for a long time because the WAMP system tray icon is so small I didn't spot that it was telling me "some services are running" (half yellow) instead of "all services are running" (white).
    It wasn't until I ran (in desperation!) Apache Monitor that it became obvious that Apache was tripping over this virtual host definition and failing to start.
    It also seems that if you have any virtual host directive in an include file, then it negates the localhost directive in the Apache config file. So when I define the Frances virtual host, I also need to have localhost defined in the include file.
    It was this localhost directive that was causing the problem. I found it by having Apache Monitor running so I can see the true state of the Apache service and, after pointing the config file 'include' directive to a vhosts file...
    empty the vhosts file - Apache starts - 'localhost' works, frances doesn't - makes sense.
    add the frances virtualhost definition to the vhosts file - Apache starts -  'frances' goes to the frances site, 'localhost' does too (dam')
    add the localhost virtualhost definition to the vhosts file - Apache fails to start - "IE cannot display this page"
    pull out the localhost definition - Apache starts... hmmmm... .
    find an example localhost definition from somewhere else - to all intents and purposes identical to mine - add it in - Apache starts!
    Both localhost and frances now work! Maybe there was a space where no space should be - I don't know.
    Of course I also had to add entries into windows/system32/drivers/etc/hosts to point to 127.0.0.1.
    Oh yes, virtualhosts are fussy about folder names. You cannot have spaces in a folder name.
    Thanks
    Tone'z

  • Testing Server error

    Hello~
    I am working on a site in Dreamweaver 8, and keep getting an
    error message about the testing server not resolving... but I don't
    have a testing server set up! The Testing Server tab is set to
    None. The host directory is set to "/", like it reads in the error,
    but I'm not sure why it thinks this is also a testing server. Any
    ideas?
    Error:
    The URL prefix / for this site's testing server could not be
    resolved. This could be due to several reasons:
    1. You have specified a local root folder that does not fall
    under the web server root folder (not the easiest way to test a
    site).
    2. There is no web server running on the URL. A web server
    must be running in order to map pages through a URL.
    3. There is a web server running but no virtual web folder
    has been mapped to this prefix. A web virtual folder mapping is
    needed for local sites that aren't under ther web root
    folder.

    dave_65 wrote:
    > 2) The testing server specified does not map to
    >
    http://localhost/somefolder/website/_mmServerScripts/MMHTTPDB.php
    URL. Verify
    > that the URL Prefix maps to the root of the site."
    The problem lies in the following:
    > Testing server folder: C:\Documents and
    > Settings\somefolder\....\somefolder\Website\
    The testing server folder must be inside the Apache server
    root. If you
    have a standard Apache setup, this will be a folder called
    htdocs within
    C:\Program Files\Apache etc.
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS3" (friends of
    ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • Using Mac Mini server, DNS, static IP, and external domain name

    Greetings!
    I need to know the direction to take in order to use my domain name for the great features offered in the mac mini server, while having local and public access to my server with security.
    I am trying to do the following on my new mac mini server:
    -Set up DNS (myserver.private)
    I have a static IP I want to use for all this with my ISP
    -ftp access
    -ichat ([email protected])
    -email ([email protected])
    -ical etc. ([email protected])
    -my work website(mydomain.com) with public access!
    -host websites(other domains)
    I need to know the direction to take in order to use my domain name for these features. I have a domain name with godaddy, and I am happy with keeping it with them, however, how to I make my external domain name work on my private server with public access is the question?
    Thank you,
    Daniel G

    [Read this|http://labs.hoffmanlabs.com/node/1436] as a start; you're basically going to decide if you want to use NAT or not; if you have enough public static IP addresses to avoid the disaster that's NAT. If you want to use NAT (and few reasonable folks want to, but sometimes we have to), then you get to run your own DNS services internally, and establish public DNS and power-forwarding at a (preferably server-grade) firewall. With NAT, you end up with split DNS, and that's covered in the cited document.
    ps: it's easier to [use sftp|http://labs.hoffmanlabs.com/node/942]; while that shares three letters with ftp, it avoids most of the problems of ftp.

  • Mac Mini Server not seeming to connect with local computers

    Anyone have a problem with Mac Mini Server? I had a Mac Mini Server set up with my network but I am only able to sporadically access files on the server from a local computer via Spotlight search.

    Might try this...
    In Finder's Menu, select Go menu>Go to Folder, and go to "/volumes". (no quotes)
    Volumes is where an alias to your hard drive ("/" at boot) is placed at startup, and where all the "mount points" for auxiliary drives are created for you to access them. This folder is normally hidden from view.
    Drives with an extra 1 on the end have a side-effect of mounting a drive with the same name as the system already think exists. Try trashing the duplicates with a 1 or 2 if there are no real files in them, and reboot.
    If it does contain data...
    http://support.apple.com/kb/TS2474
    Alternatives to Spotlight...
    Find Any File...
    http://apps.tempel.org/FindAnyFile/
    Hold Option or alt key when selecting Find to Find All.
    EasyFind...
    http://www.devon-technologies.com/download/
    Near the bottom of the page.

  • Issue with Setting Up Test Server for PHP/MySQL to work

    I've got a few newbie issues
    which I hope someone can help with!
    I'm trying to get Security Assist to work, so I've put MYSQL and workbench on my computer to get it going. I haven't created a test server in PHP, because I'm wondering if it will affect my already running website ftp? Will it take down my company website if I create a test server with the same ftp as my website?
    So, I created a model in workbench (table) and I've tried to connect mysql to dreamweaver. I keep getting an error when I try to connect!
    Despite the error saying an error has occurred..I have something which looks like a plus (+) sitting in my database area on DW, but it says there's no tables there! And in mysql there is a table!
    I'm a bit bloody lost to tell you the truth. Just changing the password on mysql to get going was horrendous.
    Anybody have a solution to get me going, so that my tables are sitting nicely in my dW and can be connected to my SA (Security Assist).
    Ugh!

    The first question: on what platform? Windows - Mac?
    I only succeeded in setting up a testing server on my Mac
    with PHP and MySQL after reading a book of David Powers. On Leopard
    I belief there still are problems connecting PHP to MySQL.

  • Setting up local testing server for coldfusion 9 w dreamweaver on mac

    Hi All,
    I'm rusty at this - need some help...
    here's my files on mac-
    ... Applications/ColdFusion9/wwwroot/main/site1
    how do I set the testing server up in DW?
    local site ...
    /Applications/ColdFusion9/wwwroot/main/site1
    testing server
    server field - i put...
    /Applications/ColdFusion9/wwwroot/main/site1
    web URL...
    http://localhost:8500/site1/
    then I test in browser:
    http://localhost:8500/site1/test.cfm
    but it fails with : FILE NOT FOUND
    but this works but not what i want
    http://localhost:8500/site1/test.cfm
    I WANT the sub folder also!
    What's wrong ?

    I think i fixed it.... so please disregard...
    was this.........
    server field - i put...
    /Applications/ColdFusion9/wwwroot/main/site1
    web URL...
    http://localhost:8500/site1/
    now this..... and it works
    server field - i put...
    /Applications/ColdFusion9/wwwroot/
    web URL...
    http://localhost:8500/main/site1/

  • Mac Mini Server VPN Issues - Driving me insane

    Mac Mini Late 2012
    Late 2012
    Software  OS X 10.8.2 (12C2034)
    Server Version 2.2(166)
    Previous Issues experiencing: Before i rang apple support and spoke with enterprise support i had no luck at all for weeks getting the VPN connected.
    After calling support it seemed to have something to do with my useraccount - Guided through the process of creating new dummy account and trying to connect then. Which sssucceeded..!!!
    However. Back on my main account and deleting other user accounts im facing great difficulty setting up a VPN for the purpose of a VPN.
    The issue now is: Once i get connected to my mac successfully from my iPhone using the VPN server all is good to go.
    However. WHen i restart my computer (For testing purposes this was done) When the MacOS boots up again I have to relog into the Server app. Resign into the program, THen try and reconnect my VPN (WHich will be impossible to do if im out of the country). But it doesnt end there. I keep having to reisue a new Shared Password. FOr testing i Used 1234abcd. Got a good connection - Proceeded with restart and then had to change 12345abcd.
    So i have tested this well over 50 times. Trying to find a solution.
    In summary: Everytime i use the MAC Mini Server, I have to.
    1 Auto login.
    2 Repopen the Server.app even though i have enabled it to autostart.
    3. Log into the server app (Not another networks Server)
    4 Change my shared password
    5 Try and reconnect and pray it works.
    Whats the quick fix for this. Its driving me insain and honestly making this a 1000$ peice of junk. Its hopeless regarding a server. I want it to be completely operational when i leave the country. My server is designed to Shut on and off between down times (Night Times) when i wake up i jsut want to be able to reconnect via a VPN and no issues, be on my way with life. Not having to wory about remote logging into the PC to then reset up the server.
    Any help please!

    I sometimes get this same message window or a VPN Not Authorized window after rebooting my server. I have the Mac Mini late-2012 base model running OS X Server. When I do, I just try reconnecting and after no more than 3 attempts a connection is made either by my rMBP or my iPhone5.
    I leave my server running 24/7 and I rarely get either of the two messages mentioned above.
    You shouldn't need to open the Server.app unless you need to manage services. The Server services you configured should start everytime you restart. I have the Server.app icon on my Dock, but I do not launch it automatically. I manually click to launch it when I need to manage the Server, Accounts or Services.

  • Setting up local testing server for coldfusion 9

    I could use some help with this thread in coldfusion forum...
    setting up local testing server for coldfusion 9 w dreamweaver on mac
    http://forums.adobe.com/thread/773350
    thanks

    I'm marking this as assumed answered, as you seem to have solved the problem in the other thread.

Maybe you are looking for

  • GR-Based IV Purchase order issue

    Hi all, When i am creating the purchase order in the item level. Invoice tab--> GR-Based IV check box has to be uncheck. How can i do this..  is there any settings ... The purchase order we are creating for one vendor. in vendor master in control alr

  • ITunes 11 42404 error

    Help!!! I am getting an error in iTunes after I upgraded to version 11. I am running Windows 7, IE 9 (now 10).  The two error messages are: Error1:  A required iTunes component is not installed. Please repair or reinstall iTunes. (-42404) Error2:  We

  • TS3367 FaceTime Audio Troubles with Headphones w/4S and Mini

    Two days ago I started having an issue with using headphones through FaceTime. The other party can hear me but I can't hear them, stopped working on both my 4S and iPad Mini. Tried restarting both of them and still nothing. I have the latest updates

  • Help! I suddenly can't open iTunes.

    When I click on the iTunes logo in my dock, I get the message "The application iTunes quit unexpectedly. Mac OS X and other applications are not affected. Click Reopen to open the application again. Click Report to see more details or to send a repor

  • AIP-16001 Error On EVERY Agreement Validation

    Oracle Team - I did a search on the above error here in the B2B Forum and found other folks have experienced it. The remedy (export the entire repository, purge, and import) is really not an option for me as I have over 80 deployments that would all