Jump to content

sikofitt

New Members
  • Posts

    6
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

sikofitt's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Two problems with this one. i set some cookies with ASP, i checked and they exist on my harddrive. i'm trying to retrieve them with PHP. I'm just using [code]    echo $_COOKIE["cookiename"]; [/code] but it doesn't seem to get the cookie. number two the reason for setting them with ASP. i have multiple virtual servers on my machine for users (user.domain.com) and every time i try to use any php with these virtual servers it gives me an error, like cannot read input file. i know there is someway like maybe multiple PHP.INI files but i'm not sure how to do that. if i knew i would have no problem with the cookies cause i could ditch asp. any help would be appritiated.
  2. I have multiple host setup on my machine, and i want one to go to SquirrelMail. all the other hosts work perfect. but none of them have PHP, so i'm thinking it has to do with some apache setting to allow it. i set the <Directory> argument to allow all in that directory. but i keep getting a you aren't authorized to view this page. not sure what to do. got the same thing when i tried to create an alias with a different PHP program. does anybody know whats going on?
  3. just get the installer for PHP and install then go into IIS and set it to look for the extensions PHP->PHP5. then in dreamweaver, click add site and it will walk you through. its easier if the site is on your local machine, then choose i think its LAN/Local something rather. personally i like apache better. but it doesn't walk you through the steps, there is no graphic interface or anything. if your running php and not asp, you might as well run apache.
  4. Ok, i changed it, and it didn't work, so moved the forward slashs to back slashes and now it giving me error 403 i'm not authorized to view this page. but in my apache code its supposed to allow everybody.
  5. Ok, I'm Trying to setup the PHPWebAdmin for hMailServer. I need to create a virtual directory to the scripts though. this is what i have. Alias /hmail/ "C:/Progra~1/hMailS~1/PHPWeb~1/" <Directory "C:/Progra~1/hMailS~1/PHPWeb~1"> <Limit GET POST OPTIONS PROPFIND> Order allow,deny Allow from all </Limit> Options Indexes MultiViews AllowOverride None Order allow,deny Allow from all </Directory> What am i doing wrong. when i try to go to the interface, i get error 404. i've tried using long names short names switching the forward slashs to back slashes. i keep getting page not found. cand someone help me? thanks
×
×
  • 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.