The essential guide to DW cs4... by D. Powers: when from wamp to xampp+virtual host and having problems :(

Following the book in chapter 2 I think Ivé followed everything correctly, but have encluded all the things I've edited below.
I was using wamp with no problems but after trying to set up a virtual host and now using xampp im abit lost its probabsomething stupid but I can find the prob.
(This post is abit long and dragged out so I used some colour to try ease the reading..)
When I try to view a dynamic page in live view or in firefox I get the following error:
**when using:
<VirtualHost *:80>
DocumentRoot c:/xampp/htdocs
ServerName localhost
</VirtualHost>
result:
Access forbidden!
You don't have permission to access the requested object.     It is either read-protected or not readable by the server.
If you think this is a server error, please contact the webmaster.
Error 403
thegoodlife
2009/10/13 12:47:48 PM
Apache/2.2.12 (Win32) DAV/2 mod_ssl/2.2.12 OpenSSL/0.9.8k mod_autoindex_color PHP/5.3.0 mod_perl/2.0.4 Perl/v5.10.0
*when using:
<VirtualHost *:80>
DocumentRoot c:/htdocs
ServerName localhost
</VirtualHost>
result:
Object not found!
The requested URL was not found on this server.          If you entered the URL manually please check your     spelling and try again.
If you think this is a server error, please contact the webmaster.
Error 404
thegoodlife
2009/10/13 12:32:58 PM
Apache/2.2.12 (Win32) DAV/2 mod_ssl/2.2.12 OpenSSL/0.9.8k mod_autoindex_color PHP/5.3.0 mod_perl/2.0.4 Perl/v5.10.0
This is what I've done, blue indicating where I have or was meant to edit, red being the relivant context. (hope it helps )
1. Created a new folder called htdocs (C:\htdocs)
2. Changed the pathname to:
# DocumentRoot: The directory out of which you will serve your
# documents. By default, all requests are taken from this directory, but
# symbolic links and aliases may be used to point to other locations.
DocumentRoot "C:/htdocs"
and
# This should be changed to whatever you set DocumentRoot to.
<Directory "C:/htdocs">
3. Created vhosts folder; with a sub-folder called thegoodlife (C:\vhosts)
4. entered new vhost:
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
# For example:
#      102.54.94.97     rhino.acme.com          # source server
#       38.25.63.10     x.acme.com              # x client host
127.0.0.1 localhost
127.0.0.1 dwcs4
127.0.0.1 thegoodlife
127.0.0.1 bin.errorprotector.com ## added by CiD
5.It says uncomment the command by removing the #, (Supplemental configuation.), but this is the origional file; already uncommented?
# Real-time info on requests and configuration
Include "conf/extra/httpd-info.conf"
# Virtual hosts
Include "conf/extra/httpd-vhosts.conf"
# Distributed authoring and versioning (WebDAV)
Include "conf/extra/httpd-dav.conf"
6.Set the permissions and changed the code as instructed, unsing (c:/xampp/htdocs) as advised.
# You may use the command line option '-S' to verify your virtual host
# configuration.
<Directory C:/vhosts>
  Order Deny,Allow
  Allow from all
</Directory>
# Use name-based virtual hosting.
##NameVirtualHost *:80
# VirtualHost example:
# Almost any Apache directive may go into a VirtualHost container.
# The first VirtualHost section is used for all requests that do not
# match a ServerName or ServerAlias in any <VirtualHost> block.
<VirtualHost *:80>
DocumentRoot c:/xampp/htdocs
ServerName localhost
</VirtualHost>
<VirtualHost *:80>
DocumentRoot c:/vhosts/dwcs4
ServerName dwcs4
</VirtualHost>
<VirtualHost *:80>
DocumentRoot c:/vhosts/thegoodlife
ServerName thegoodlife
</VirtualHost>
Then creating the site definition:
local root forlder: C:\htdocs\thegoodlife\
testing server folder: C:\vhosts\thegoodlife\
URL prefix: http://thegoodlife/
hope i've covered all area's where I could have gone wrong

Just one more thing - the description of what i did while first Kernel appeared:
Happened 2 days ago. Wasn't turning it off for like a day, only sleep mode by closing it. Worked fine all day, wasn't doing anything, except for checking mail 2-3 times and having windows 7 virtual machine opened but doing nothing, everything was going fine. Then closed it without turning off.
Opened 3-4 hours later, everything was working fine for 30 minutes of checking mail, then Kernel appeared. After that pretty much everything i did is described in part 1-5.
Note: all the time MBP was connected to internet via wifi, so updates to both MBP and virtual machine of all programs were possible.
I only shared downloads and desktop folders, so windows couldn't have access to system folder of Mac Os.
Hope this might help...Thanks again.

Similar Messages

  • The Essential Guide to Dreamweaver CS3 with CSS, Ajax, and PHP by David Powers

    The Essential Guide to Dreamweaver CS3 with CSS, Ajax, and
    PHP by David Powers:
    Would this book help me learn about Spry and Ajax and how
    applications can be made with them, if I my e-commerce site runs on
    a compiled C code shopping cart (ShopSite) but supports PHP
    server-side scripts or is it only for shopping carts based on PHP
    itself (like X-Cart)?
    I am not sure. Someone please let me know so I can purchase
    this book. Thanks.

    ahsenabro wrote:
    > 1. Do I have to be a developer/programmer in order to
    learn from this book or
    > can a tech-savvy entrepreneur can also get some gems out
    of it and direct his
    > programmer?
    You don't need any prior knowledge of Ajax or PHP, but you do
    need to
    know the basics of HTML and CSS. As I say in the
    introduction, "You
    don't need to be an expert, but you do need to have an
    inquiring mind.
    It doesn't teach the basics of web design, nor does it
    attempt to list
    every single feature in Dreamweaver CS3. There are plenty of
    other books
    to fill that gap. However, by working through this book,
    you'll gain an
    in-depth knowledge of the most important features of
    Dreamweaver."
    > 2. I am interested in purchasing this book mainly to
    implement cool Ajax/Spry
    > stuff on my e-commerce site. I am asking about PHP
    because the book's content
    > mentions making a PHP site. Now I realize this book is
    not about shopping
    > carts, but the Ajax/Spry stuff can be implemented on
    e-commerce sites, right?
    The book provides detailed coverage of the Spry 1.4 features
    in
    Dreamweaver CS3, which can be applied to any site. With minor
    adaptation, you can also use Spry 1.6. It's important to
    realize,
    though, that the Spry/Ajax features in Dreamweaver CS3 do
    *not* cover
    asynchronous requests to the server. The ability to
    communicate
    asynchronously with the server was added in Spry 1.6. If it's
    asynchronous server calls and responses that you're after,
    your
    programmer will need to dig around in the Spry 1.6
    documentation on the
    Adobe Labs site, and hand-code it.
    The Spry features covered in the book are Spry Effects, Spry
    UI widgets
    (menu, accordion, tabbed panels, and collapsible panels),
    Spry
    Validation Widgets, and Spry XML Data Sets.
    > I just want to know if I can learn and implement
    Ajax/Spry apps on my
    > simple HTML/CSS-based pages, on a server which allows
    server-side PHP scripts
    > but the pages themselves are not with .php extension. Is
    this book still going
    > to be applicable?
    Yes. All the Spry techniques can be used on any web page. It
    doesn't
    need to be a PHP one.
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS3" (friends of
    ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • I'm running iTunes 10.5 on my Macbook Pro and software 4.1 on my 2g iPod touch and having problems getting photo's to sync. Same error iPod can't be synced req'd file can't be found. Tried deleting the photo cache, restoring the iPod etc but to no avail.

    I'm running iTunes 10.5 on my Macbook Pro and software 4.1 on my 2g iPod touch and having problems getting photo's to sync. Same error, "iPod can't be synced req'd file can't be found". Tried deleting the photo cache, restoring the iPod etc but to no avail.

    Try here:
    iTunes: Unable to sync photos
    Usually deleting the iPod Photo Cache Folder works. Note that if you sync via the folder method, make sure you dlete all the ifolders since :
    The iPod Photo Cache stores the photos that are optimized for display on your iPod, iPad, or iPhone. The location of this folder depends on the syncing options you select. In iTunes, if you change the selection in the “Sync Photos From” pop-up menu, a new iPod Photo Cache folder will be created (and the previous folder will remain).

  • My iPod show that my battery is receiving energy and that it is "charging," but it doesn't actually charge. The battery never increases; it only decreases. Even when I have it physically plugged in and charging, it loses battery whenever I am using an APp

    My iPod shows that my battery is receiving energy and that it is "charging," but it doesn't actually charge. The battery never increases; it only decreases. Even when I have it physically plugged in and charging, it loses battery whenever I am using an APP or anything. I'm thinking that the chip that receives the energy is damaged or worn out. Is there anyway to fix it without going to the store? My USB chords is fine. It charges other iPods fine. Including a second generation iPod which means my 4th generation iPod should not have an physical battery problem. Any suggestions? Thank you so much!

    - See:      
    iPod touch: Hardware troubleshooting
    - Try another cable. Some 5G iPods were shipped with Lightning cable that were either initially defective or failed after short use.
    - Try another charging source
    - Inspect the dock connector on the iPod for bent or missing contacts, foreign material, corroded contacts, broken, missing or cracked plastic.
    - Make an appointment at the Genius Bar of an Apple store.
    Apple Retail Store - Genius Bar                          

  • Just purchased Wndows Vista and having problems with the port for Palm 125

    I just purchased a Windows Vista computer and having problems with getting my Palm 125 to sync with the desktop.  I get an error message saying:  "Com1 not available"  What do I do?
    Thanks,
    Frustrated
    Post relates to: Palm m125
    This question was solved.
    View Solution.

    Sorry, that didn't work.  I get no drop down menu from the Hot Sync Manager for the Serial Port.  What comes up often is:  "The selected port, COM1, is not available at this time.  Hot Sync Manager will open the port when it becomes available." 
    Could it be the Norton Antivirus Firewall that is preventing the Hot Sync Manager to open the Serial Port?  Just a thought.  Thanks for your help.
    Post relates to: Palm m125

  • The "Next" button is grayed out on quiz slides when running in HTML 5 Chrome browser and iPad

    Hi,
    Has anyone run into this problem for Captivate 8? The "Next" button is grayed out on quiz slides when running in HTML 5 Chrome browser and iPad. The Next button shows in IE/Flash mode.
    Thanks in advance for providing your help!
    Zhuoran.

    Thank you Rod.... I changed the option to "Required - User must take the quiz to continue." Now the next is working .
    Thank you for pointing the right direction. But one quick question.. will the above setting affect my assessment? I have set the pass percentage to 100%...
    My next question - I have a open course menu (TOC). If the learner clicks the Knowledge check page, the knowledge check page is visible, but if you click any other page from knowledge check, it is not going...... by default, it takes to the next page. From that page, you can click any other page... IS this also related to the above option .. pls let me know..

  • I have 10.5.8 and i'd like to update to Lion but I haven't the app store avaiable to my sistem and I can find the atualization. At the software update doesn't have any atualization... I updated my iphone4 to IOS5 and having problems to use ICloud

    i have 10.5.8 and i'd like to update to Lion but I haven't the app store avaiable to my sistem and I can find the atualization. At the software update doesn't have any atualization... I updated my iphone4 to IOS5 and having problems to use ICloud

    As Retired Engineer indicated, you will need to install Snow Leopard first.  After you install Snow Leopard, you need to go into Software Update and perform the updates.  10.6.6 will install the App Store.  You should continue to update to 10.6.8 before purchasing and installing Lion from the App Store.
    Be sure your machine meets the minimum requirements.  Basically, any Mac with a Core 2 Duo processor or later and at least 2GB of RAM (but 4 is highly recommended).  If you have a first generation MacBook Pro with a Core Duo, you will not be able to upgrade to Lion.

  • Saving Jpeg in Photoshop CS4 and having problems

    Okay, i have been looking all over the internet and i hope it's something really foolish...
    After editing a photo in Photoshop (CS4) and saving it as a JPEG / JPG, many people using windows can't open the file, and it gets the extension .JPGG ( ...?... )
    If I import the picture in Iphoto first and then mail it ther is no problem.
    perhaps this is quite obvious to some, but it's a mystery to me.
    To update my website i need to save my JPG files to an XML folder and then flash reads the files and opens them in the site.
    The JPG files i saved using photoshop won't open in the site, even worse, the site won't even load because the loader gets 'stuck'.
    i tried putting them in Iphoto first because that helped with with mailing, but it doesn't seem to be working this time.
    I've tried all the JPG saving options like Baseline etc. converted them to RGB ( they already were) so i'm out of options.
    ANYONE ?

    Welcome to the Apple Discussions. I have CS3 so don't know if there's major changes to the formatting process by each version. That may be a question to ask in the Adobe support forum.
    However, for a workaround you might try using the Automator workflow I created to change any image file to jpg with the sRGB color profile. Just drag the files onto the workflow icon and they will be converted. You can get it, "Convert to JPG and Embed sRGB profile", at Toad's Cellar. See if those jpgs will work OK. There will be some jpeg compression applied but if they are for posting on the web it may not be objectionable.
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto (iPhoto.Library for iPhoto 5 and earlier) database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger or later), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 6 and 7 libraries and Tiger and Leopard. Just put the application in the Dock and click on it whenever you want to backup the dB file. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.
    Note: There's now an Automator backup application for iPhoto 5 that will work with Tiger or Leopard.

  • Using the "Party" Menu and Having Problems?

    There has been much discussion regarding problems with the "Party" Menu from the En Library. All sorts of problems, but the common aspect was this particular Menu.
    Thanks to Jeff Bellune, we have looked closely at this Menu for any errors on Adobe's part. None have been found. The only possibility that Jeff, or I could see, was that the font used, Brush Script Std. might not be installed on all machines. This would trigger an error message in Photoshop, and ask permission to substitute that font for one that is installed. No problem, other than a substituted font. However, Jeff pointed out that Encore might have issues with a missing font, and not treat this in the same way that PS would. This is a bit of speculation, but in Jeff's case his "speculation" is much better than my "knowledge."
    As for the font, it ships in the "Goodies" section on the installation disc, and should be included in the Functional Content with the downloaded version of CS3/CS4. It should also be part of the full install, though I suppose that there would be circumstances where it might not install automatically. If this is your case, just go to your installation disc, and locate the font. Use a manual install through Windows, or your OS. Now, this particular Menu should function perfectly. There could also be others, where the font might not be present on one's system. Again, the solution would be the same - install that font.
    The only oddity that I found was that the Sub-picture Highlight of the first Button was turned ON. Not sure if this was just a mistake of Adobe's, or was maybe something that I did accidently. Either way, if you get Button 1 with a Highlight (star Shape to the left of the text), just go into that Button's Layer Set and make sure that it's turned OFF. That is the correct state for all Sub-picutre Highlights. The DVD player, or computer, will turn the appropriate one ON, when that Button is navigated to.
    I think that I can safely say that there are no "gremlins" in that Menu. Besides checking out perfectly in PS, it functioned perfectly in En. Of course, I had that font installed, as did Jeff.
    If any user finds any problem with that Menu, please post the complete and exact details on what you encounter and complete details on your version of En, plus the installation method and language of both the installation and the program. Those could be very important. More details are better.
    Hope we don't see mention of the "Party" Menu, except that people used it with NO issues.
    Good luck,
    Hunt

    willlayb wrote:
    i am using a wrt54g router and the modem is plugged into that wan port and i want to use a befsx41 router to add more ports for internet and to give some extra places to use internet on it. how would i get this to work because i have internet from the wrt54g router wired and wireless but the stuff plugged into the befsx41 doesnt work...
    Hi
    I Think u are missing something in between.
    Follow the Magic Link , and observe the steps.
    hope for gud .
    pe@c3
    "What u Give , is wht u better start expecting to take back".. - http://Forsakenbliss.wordpress.com

  • I made a imovie out of a group of photos and added music. When I burned to DVD on iDVD and played back the disc all of the photos were larger than the frame could accommodate and the sides were cut off. I also tried resizing from 16 9 to 4 3 and no better

    I made and iMovie out of a group of photos and added music. When I burned to I DVD the pictures came out to wide to fit into the frame. I tried again by changing the size from 16 9 to 4 3 and it didn't make any difference. Would going to share to browser rather than directly to share to IDVD make a difference?

    What do the photos look like if you play the movie within iMovie?  Sounds like adjusting Ken Burns would help.

  • New GPU Quadro k5200 installed and having problem with my AE, PPro CS6  not using the GPUs cuda.

    Hi guys, I recently bought a workstation from BOXX tech with a new GPU Quadro k5200 installed in it.
    I am having problem with my AE, PPro CS6 using the GPUs cuda.
    I went to Nvidia Settings and use the specific App to select it to use GPU n- Quadro k5200. But still not working.
    Please help

    If you edited the Cudatextfile in the Adobe Premiere CS6 directory correctly then the acceleration should be enabled. The only way it it's not is if you have the wrong driver for that version of Adobe or did not edit the text file with the exact name of the card. You can use the GPUsniffer in that same Premiere directoy with the command prompt to see the name the GPU should be listed as. The Ray Tracer file in AE has to be edited with the same listing.
    Eric
    ADK

  • I can can upload photos to my facebook page and the same problem with our fat cow web site. We can upload from both chrome and safari with no problem. Upgraded from 8.03 to 9.0 and same problem???

    we can not upload from the desktop to post on either facebook or to our fat cow web site. We have had fat cow upload from their end and have no problem

    Follow the instructions to uninstall then reinstall the Flash plugin then restart the Mac(s).
    http://kb2.adobe.com/cps/865/cpsid_86551.html#ostype=m,prob1=fnctn,prob2=game,
    Help for deleting Flash cookies.  http://hints.macworld.com/article.php?story=20091114062050800

  • HT204053 I created a different Apple ID for Icloud on my new IPhone and having problems with getting Itunes,etc.  How do I change my Icloud Apple ID to be the same ID and password?

    I created a different Apple ID for my Icloud on my new IPhone (said a free email was available or something similar) rather than the other choice offered of using my same existing Apple ID.  Now I keep having issues accessing my account and my password isn't working to access Icloud to download Itunes.  Can I undo this new account I created and just use my one existing Apple ID?  This is my first IPhone and confused with this part of the setup!  Thanks.

    If you know the answers to your security questions, you should be able to change your password without using email authentication (see http://support.apple.com/kb/HE36).  If you don't, you may be out of luck.

  • I am trying to re-install Adobe InDesign CS2 and having problems. It won't accept my old serial number, and while in the instructions it says it will give a new serial number I can't find that.

    I know CS2 is old, but that is all I have.

    Directions to find it are on the page with the installation instructions.
    Locate the language and application you want to install and note its serial number (located to the right of the download links). The serial number is required during installation. 
    Note:The serial numbers included with your original CS2 applications do not work with these CS2 application versions.

  • Half the time my MacBook Air won't wake up when I open it. Anyone else have this problem?

    Just a black screen. I can restart after a few long pushes of the power button, and then it comes back and behaves normally. Is Apple working on this bug?

    I am having exactly the same problem.
    I recently upgraded from OS Lion to OS Maverick. With OS Lion I never had this problem. What is going wrong?
    Is Apple working on this problem????
    I have als a MacBook Air, OS 10.9.1 (mavericks)

Maybe you are looking for

  • Request for Sticky #2 - Advanced Group Policy Troubleshooting Help

    GPOMG! Group Policy driving you crazy? Here are some advanced troubleshooting tools (beyond RSOP, GPRESULT, etc.) that may be helpful. For first level troubleshooting, check out this link: http://technet.microsoft.com/en-us/library/cc787386(v=WS.10).

  • After losing and restoring datebook files in ver 6.2.2 thoughts

    If the  Datebook.mdb.bak is a backup file couldn't we rename it and since it has 1336   kb instead  of  approx 3000 like the others maybe it would be the correct info from before my crash 3 days ago without all the dupes .If that is correct can I cop

  • FCX voiceover files are missing

    Voiceover files are missing - not all, but most of them. This happened once before and I re-recorded them. Now most of the new recordings are gone and the files are red, not green I would like to see.I have seen discussions on this topic, but no answ

  • Creating a dynamic style font with live cycle desginer ES 8.2

    Can I control dynamicly the style (Italic) and the weight (bold) of  text in a  dynamic pdf form ( imade it with livecycle designer ES 8.2) that gets its  data from an XMl file.

  • Error message "kCFErrorDomainCFNetwork error -1."

    Hi I'm trying to sync SohoNotes on my MacBook Pro running 10.7.4 with NoteLife on my iPhone 4s (ioS 5.1.1) using my Wireless network. This require me to pair the phone and the computer. The very first time I tried this it worked fine but every subseq