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

Similar Messages

  • Remote and Testing Server Site Definitions

    I am confused about what information I should put in my
    remote site definition info and testing server FTC Host directory
    text boxes. My host placed 3 directories: database, log, and www on
    my server and Dreamweaver placed two directories, Connections and
    _mmServerScripts in the same directory as the above 3. I have
    placed all of my site files, including my home page and folders in
    the www directory and my Access database in the database directory.
    Dreamweaver placed the connection info in the Connections folder an
    d _mmServerScripts in the same directory.
    In order to construct my local site to match the remote site,
    I created a www folder on my local site and placed all of my HTML
    files and supporting folders in it.
    From various Adobe Tech Notes I have read, I was led to
    believe my FTP host directory
    Should be www/. However, when I do this and create a new web
    page on my local site and upload it to my remote site, Dreamweaver
    creates a new www directory inside of the one my host created on
    the remote site and uploads the file to it instead of placing it in
    the www directory my host created. Also, when I use F12 to test my
    page in my browser I get a 404 page not found because Dreamweaver
    placed a www in the page URL that shouldn’t be there and
    after I remove it I’m able to see my page in my browser. My
    URL prefix on my testing server site definition is:
    http://I.P.number.html.
    What am I not doing right?
    Should I use www/ as my FTP host directory or leave it blank?
    Also, what should my URL prefix be?
    Thanks for your help.

    What you need to do is set up so that in the remote server
    you point to the
    www level on the server, and don't replicate this locally.
    Paul Whitham
    Certified Dreamweaver MX2004 Professional
    Adobe Community Expert - Dreamweaver
    Valleybiz Internet Design
    www.valleybiz.net
    "Jim_Moore" <[email protected]> wrote in
    message
    news:[email protected]...
    >I am confused about what information I should put in my
    remote site
    >definition
    > info and testing server FTC Host directory text boxes.
    My host placed 3
    > directories: database, log, and www on my server and
    Dreamweaver placed
    > two
    > directories, Connections and _mmServerScripts in the
    same directory as the
    > above 3. I have placed all of my site files, including
    my home page and
    > folders
    > in the www directory and my Access database in the
    database directory.
    > Dreamweaver placed the connection info in the
    Connections folder an d
    > _mmServerScripts in the same directory.
    >
    > In order to construct my local site to match the remote
    site, I created a
    > www
    > folder on my local site and placed all of my HTML files
    and supporting
    > folders
    > in it.
    >
    > From various Adobe Tech Notes I have read, I was led to
    believe my FTP
    > host
    > directory
    > Should be www/. However, when I do this and create a new
    web page on my
    > local
    > site and upload it to my remote site, Dreamweaver
    creates a new www
    > directory
    > inside of the one my host created on the remote site and
    uploads the file
    > to it
    > instead of placing it in the www directory my host
    created. Also, when I
    > use
    > F12 to test my page in my browser I get a 404 page not
    found because
    > Dreamweaver placed a www in the page URL that shouldn?t
    be there and after
    > I
    > remove it I?m able to see my page in my browser. My URL
    prefix on my
    > testing
    > server site definition is:
    http://I.P.number.html.
    >
    > What am I not doing right?
    > Should I use www/ as my FTP host directory or leave it
    blank?
    > Also, what should my URL prefix be?
    >
    > Thanks for your help.
    >
    >

  • Remote and testing server don't see root relative links the same

    My site works fine on my testing server (Apache, MYSQL,
    PHP). I use root relative links in a library
    file (include file) so that it will work with all pages. For the testing server these links look like this:
    /my_sites_root_folder/aaa/bbb/ccc etc.
    If I use these same links on the remote server they won't work. To get hem to work I have to change all these links to the form
    /aaa/bbb/ccc etc.
    When dreamweaver uploads files to the remote server, the site name folder  (my_sites_root_folder) doesn't go along for the ride--just the files in it. So on the remote all the site files are stored in htdocs. On my testing server, the files are stored in htdocs/my_site_root_folder.
    I think it must have something to do with the way I'm setting up the remote and testing servers, but I'm read a hundred pages of instructions without being able to figure it out. I think I'm just seeing something wrong, but I've already spent days on this. Can someone please point me in the right direction?
    I'm using DWCS5. Internet explorer 8, Windows 7.

    Thank you for your prompt response. I'm afraid I'm still totally puzzled here. It sounds like you're very knowledeable about your comments, but I would like to know more. I accept that using the local site root in links would be bad, but I'm not clear WHY. Structuring the links as I have doesn't cause any links to break. I've structured them this way because it's the only way I can find that everything works. But I still do not understand WHY I have to do it. Using different libary include files doesn't seem like a good way to go, though
    You suggest that if I use any root relative links at all, I need to use vitual hosts. I'm not finding any good coverage of what these are, and especially why they are necessary. If this is the case, does that imply that templates (which use root relative links) also will not work on the test server (at least without vitual hosts)? The conclusion I'm coming up with, given your remarks, is "Dreamweaver doesn't work with root relevant links when you're trying to test a site with a test server." Is this right?

  • Remote and Testing Server FTP Problems

    I have a Dreamweaver site defined. I have an 2 domains and 2
    FTP accounts. I am using one for my remote server and one for my
    testing server. When I go to preview, it uploads the file to the
    remote server instead of the testing server. Then it goes and tries
    to view the file on the testing server and there is a file not
    found error. If I try the same thing but use 2 network drives or 1
    network drive and 1 FTP account (remote or testing), everything
    works as expected. Any ideas why this happens?

    Sounds like you are properly configured. I don't have a good
    idea why this
    is not working....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "supwoman" <[email protected]> wrote in
    message
    news:fj1jbs$mt8$[email protected]..
    >I have one Dreamweaver site defined.
    >
    > I have one domain (www.1.com) and an FTP account to
    upload files to the
    > folder
    > pointed to by that domain. I am using this information
    for my remote
    > server as
    > part of my Dreamweaver site.
    >
    > I have another domain defined (www.2.com) and another
    FTP account to
    > upload
    > files to the folder pointed to by this domain. I am
    using this information
    > for
    > my testing server as part of my Dreamweaver site.
    >
    > The pages I am building are Coldfusion, so I want to be
    able to test them
    > before deploying them to my live site (www.1.com). I
    cannot setup a local
    > server to do my testing.
    >
    > So, I should be able to checkout a file test.cfm, make
    some changes, then
    > hit
    > the server debug button to preview those changes. It
    should upload the
    > file to
    > the testing server and take me to the
    www.2.com/test.cfm. Then, when I
    > finished
    > testing and check in the file it should upload it so it
    is found at
    > www.1.com/test.cfm.
    >
    > The problem I have is that when I got to test, it
    uploads the file to
    > www.1.com/test.cfm instead of www.2.com/test.cfm.
    >
    > If I use network drives instead of two FTP accounts,
    everything works
    > fine. I
    > hit the server debug button, it transfers the file to
    the right place.
    >
    > Sorry, if I didn't explain that well.
    >
    >

  • REMOTE AND TESTING INFO

    When I close Dreamweaver 8 it wipes the remote info and
    testing server login and password details for my web sites. Can
    this be avoided? OS Widows XP Professional. Thank you
    Mike Shields

    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=3491671c
    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
    ==================
    "bugle999" <[email protected]> wrote in
    message
    news:fak10s$6p$[email protected]..
    > When I close Dreamweaver 8 it wipes the remote info and
    testing server
    > login and password details for my web sites. Can this be
    avoided? OS
    > Widows XP Professional. Thank you
    >
    > Mike Shields
    >
    >

  • 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.

  • TS1741 What happens if i cant find my apple tv remote and want to set up apple remote

    I want to use apple remote on itouch to control
    my apple tv. How do i do this if i cant find my original apple
    Tv remote?

    Download and install the Free remote app and follow the instructions in the second link to set it up and connect it to your Apple TV.
    http://itunes.apple.com/us/app/remote/id284417350?mt=8
    About Remote app for iPhone, iPad, and iPod touch
    B-rock

  • Defining Site and Test Server IIS PFP MySQL

    I have IIS, PHP and MySQL all running OK, have my DB loaded.
    I did all the tutorials and had things working.
    I'm now trying to add to my "real" site and real DB and I'm
    not sure exacty what goes where in the site definition.
    I was able to get the connection document created, but can't
    get the bindings panel to ungrey the + to add recordset.
    Tried moving the whole site from MyDocuments to the
    InetPub/wwwroot folder, but now dreamweaver's really confused.
    Help please.

    scureton,
    > I can't get the bindings panel to ungrey the + to add
    recordset.
    I think you just need to open a .php document.
    HTH,
    Randy

  • Question about having a test server and a remote server

    Hi,
    using DW CS6
    I have my site setup on a test server XAMPP. Now I want to publish to a remote server. When I select remote server it wants me to define a site. This means having my site listed twice on the site definition box. I can see having the site twice at some point is going to cause me some confusion. Is it necessary to define the site twice? Is there a way to have remote and test on the same site definition go to two different servers?
    Reason I'm asking is because the test server is new to me. I use to have the site set up in a folder on my computer and the site definition was the remote server so hopping between the two was fairly straight forward. I'm just wondering if that is possible now I have the site on XAMPP.
    Thanks

    When you created your site in Dreamweaver, you gave it a name and defined a local site folder, right? You shouldn't have to do that twice to add a remote server.
    In Site Setup > Servers, you will have to define a new server however if you want to keep your testing server. But this should not cause any conflicts, because they are both pointing to the same local folder in XAMPP, right?
    If I know I'm going to need a testing server, I make sure that my site folder is in my XAMPP/htdocs/ folder. That way I don't have to bother with having to keep track of two versions of the same site. Then when it's time to upload it to the remote server, I'm just adding a new server, and checking the "Remote" box.
    One site, two servers ( Local/Network & FTP), no conflicts.

  • How do you set up a Testing Server?

    My Local and Remote settings have been working fine for years but
    now I have the need to set up a Testing Server and I'm not sure
    what to enter in the fields when editing my site. Attached are
    my settings for Local, Remote and Testing. When I published to
    the Testing Server this morning  overwrote the Remote Server
    and had to ask fat cow to restore my original site. Please advise.
    Thanks.

    Your website is at http://bigcowmusic.com/. You want to use http://bigcowmusic.com/testing/ as your testing server.
    Create a folder called testing in your site root.
    In the Testing Server category of your site definition, set Host directory to point at the testing folder. Since you left that field blank before, it suggests that leaving it blank points to the site root. So enter "testing/" (without the quotes) into that field.
    Set the URL prefix for the testing server to http://bigcowmusic.com/testing/.
    To test that it's working, create a file in the testing folder, and make sure that you give it a name that doesn't already exist in your site (this will avoid overwriting a live page if anything goes wrong). Test it within Dreamweaver. Then go to your live site, and see if the page exists in the testing folder. If it is, you're set to go.

  • 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/

  • Joomla! cms and testing on localhost

    I am now on DW cs5 and have a simple (I think) question. If running mamp, etc with no issues and using DWcs5 (mac) if I set up a Joomla! 1.5 install in my htdocs in the MAMP folders, and then (here's the core of the question) set up my local files in my usual directory on another part of my hard drive, do I need to install the whole of the Joomla install fileset to both my local and also  testing folders? (This question does not arise with previous versions nor other Web Design Software as they have not got the (wonderful!) "Live VIew/Live Code and other dynamic cms facilities available in DW cs5. I am a little confused. It seems to me that the answer must be that for me to edit a local copy of, eg, index.php then ask it to use Live View/Live Code, when it may well need to access other Joomla files in other parts of the testing MAMP server folders means that both local and testing server folders need the full install-especialy with third party templates such as Rockettheme that use the Gantry Framework. Can anyone advise me please? Thank you.

    The normal way to test dynamic websites in Dreamweaver is to use the same folder for both local files and testing server. Set up your local site in htdocs. Otherwise, Dreamweaver needs to copy the files and dependent files every time you test something.

  • PHP won't execute on Dream Weaver testing server

    I have successfully installed an Apache server and MySQL using Xampp.  Using Dream Weaver (CS5.5) I've created .php pages which (after setting up the site and testing server) successfully connect to a database.  However, php code on those pages won't execute.  The pages only display the text code when IE or Firefox links to http://localhost/filename.php.  Following is the Apache log file entries for those failed attempts. [Tue Jul 17 08:20:03 2012] [notice] Child 2656: Starting thread to listen on port 443. [Tue Jul 17 08:20:03 2012] [notice] Child 2656: Starting thread to listen on port 443. [Tue Jul 17 08:20:03 2012] [notice] Child 2656: Starting thread to listen on port 80. [Tue Jul 17 08:20:03 2012] [notice] Child 2656: Starting thread to listen on port 80. [Tue Jul 17 10:38:28 2012] [error] [client ::1] script 'C:/Program Files/xampp/htdocs/phpinfo.php' not found or unable to stat [Tue Jul 17 10:51:25 2012] [error] [client ::1] script 'C:/Program Files/xampp/htdocs/phpinfo.php' not found or unable to stat I've run out of ideas about how to solve this.  Anyone?

    If PHP is running in other locations, then it's a configuration issue with the server whereby PHP is not allowed to run in the folder you have specified.  I can tell you filenames and areas to look for, but I'm personally have never found the XAMPP installation to be the most intuitive when it comes to editing which is why I pointed you in their direction.
    If you look in the httpd.conf file, you should see a DocumentRoot defined.  Make sure that the site definition is within that document root.  There should also be a Directory declaration ( <Directory "/path/to"> ) that should match the path of your DocumentRoot.  It is possible to serve documents from different areas of your computer.  Ususally this is done when you have things like phpMyAdmin above the root, so if you see multiple entries in there, some of which XAMPP installs itself, you should leave them alone and ask their support forum for help because they will know which entries the application puts in that you will not want to remove.

Maybe you are looking for

  • Is there a way to sync Pre-MS Exchange Server 2007 (Service Pack 1) Calendar?

    Hello all, I think my company must be using Pre-Microsoft Exchange Server 2007 with Service Pack 1 for our exchange server, because I can only set up company Exchange account on MS Entourage, not the new Outlook I can only set up the same exchange ac

  • Reading a compress file in a jar.  JarFile or JarInputStream?

    I am trying to read a file out of a jar file. With the following code. Depending on where the file is I get different types of Objects returned. The file is quite big so I would like to compress it in the jar file. When I compress it I cannot use it.

  • How to remove 8.1 HD Tiles App

    I have this app installed on my 1520 + Cyan + Update 1 and yesterday morning I was notified that 1 app needed "attention". It was the 8.1 HD Tiles app. I have tried for 2 days to update the app and finally decided to remove it (maybe later reinstall

  • Prenotification - Accounts Receivable

    Hi, There is a standard format for UK called GB_BACS for payment medium workbench in ECC 6 for Customers Direct Debit.  My client's requirement is to implement prenotification into this for AUDDIS.  But they are not a FICA client.  Could you advise m

  • Upgrade 4.2.0 Build(124) Patch17 to 4.2.1 - ACS folder locked

    I try to upgrade ACS 4.2.0 to 4.2.1. When installation program tries to uninstall current version of ACS it fails with message "The CiscoSecure ACS folder appears to be locked by another application" - ACS is installed on Win 2003R2 server. -There is