Jump to content

nkchri2

New Members
  • Posts

    5
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

nkchri2's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Actually you can just view it at www.thewhippleworks.com I think I had fixed a few other minor problems since the last update.
  2. I am building a new webpage for my start up business in Dreamweaver CS5. So far I have gotten everything to display correctly in IE8 and the newest versions of Firefox and Chrome. Although in IE7 for some reason the formatting is pushing things around wrong. I put in kinda of a "css reset" in the top of the stylesheet but I guess I missed something? If someone could help me figure out what is causing it I would greatly appreciate it. You can see the website at: www.thewhippleworks.com/testsite/index.htm
  3. I'm building a site right now, unfortunately I don't have it uploaded anywhere to see yet, but I'm hoping that someone can just tell me some settings to change to fix it. How can you use float inside an editable region and it not mess everything up? Tried setting div positions to relative, but everytime I try and float to the left it wont expand my editable region anymore. I tried inserting a new div, contentblock, into the editable region with width at 100%. Set to relative, then inserted nested div for the left side content, set width to 70%, float left, relative. It still won't expand the editable region correctly this way. It pushed the text down that in the footer, but wont expand the gray background of the content, and so wont push the black background of the footer down. When you look at design view in dreamweaver, it shows that it is expanded the gray area, but when you preview it browser it actually isn't. I've attached pictures of design view and preview to help explain. [attachment deleted by admin]
  4. Also, I did copy the lesson files into the rampantreviews folder. I have also restarted the server several times to pick up conf files changes.
  5. I'm just getting into php and have set up a local server on my computer. I installed everything with the current package of EasyPHP. I have installed everything fine, everything is set up, and I can see information when running <?php phpinfo(); ?>. I'm going through the book Adobe Dreamweaver CS5 with PHP if anyone happens to know the book. I'm using Windows XP. I'm trying to set up a virutal host for the first website. I believe I've followed everything in the book, but when I try and run the "site check" from lesson two which checks to see if the server is working I just get 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 rampantreviews 01/13/11 21:36:17 Apache/2.2.17 (Win32) PHP/5.3.5 I'm sorry for being length, but I'm going to try and provide as much information as possible. The programs are installed to C:\Web Server\EasyPHP-5.3.5.0 C:\Web Server\EasyPHP-5.3.5.0\www is the root and in the root I have the subfolder rampantreviews First off, I edited c:\windows\system32\drivers\etc\hosts file, which now look like this: 127.0.0.1 localhost 127.0.0.1 rampantreviews (there is no ::1 localhost) I opened up the apache httpd.conf file, I added near the bottom after the other includes: Include conf/extra/httpd-vhosts.conf I opened up the httpd-vhosts.conf file, I removed the # from NameVirtualHost *:8080 to activate that directive, and at the bottom of the file I added: <VirtualHost *:8080> DocumentRoot "C:/Web Server/EasyPHP-5.3.5.0/www" ServerName localhost </virtualHost> <VirtualHost *:8080> DocumentRoot "C:/Web Server/EasyPHP-5.3.5.0/www/rampantreviews" ServerName rampantreviews </VirtualHost> I noticed when setting up the programs, accessing my localhost only works through http://localhost:8888, but in apache its 8080 throughout the file? This doesn't affect it does it? I can also access http://rampantreviews:8888/test.php and it correctly displays info from <?php phpinfo(); ?>. So I'm really confused lol In dreamweaver I have the site setup. Local site folder is: C:\Web Server\EasyPHP-5.3.5.0\www\rampantreviews\ I set it like this as the book suggested since it would just be copying local files into the server folder when doing live view so you would just end up with two copies of everything, so its in the root folder. Testing Server is set up in the options, connect using local/network, server folder is: C:\Web Server\EasyPHP-5.3.5.0\www\rampantreviews\ web URL: http://rampantreviews:8888/ Advanced, server model is PHP MySQL Testing is checked, remote is not. When I open up the lesson 2 file, dreamweaver says this page my have dynamically related files that can only be discovered by server... so I hit discover, and it says can't be resolved because site definition is not correct for the server. I know its alot of information >.< I have went back over the steps like 4 times and can't get it going or see anything wrong, I'm sure I'm just overlooking something. Any help to get it going would be greatly appreciated.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.