|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Free Web 2.0 Code Generator! Generate data entry and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
|
|
#1
|
|||
|
|||
|
Anyone try EasyPHP yet?
I downloaded EasyPHP and loaded it on a Win.2K server. It worked great on initial load but acts funny with using phpmyadmin. I was able to add a new database no problem, but not two. Also, writing to the data base with a php form was not successful. Apache is using PHP to parse without a problem, but some of the php is not parsed, some is...
I think the problem is that it needs glabals on or off...what does globals do? Another prob with the php could be the version... The documentation is in French, anyone seen a site for EasyPHP in English? In the end, I guess it's just an easy way to get Apache, php, mysql and phpmyadmin all loaded at once, now I have to play with the .ini files unitl i get it all working... any suggestions? Is there anywhere online where I can see a php.ini or an appache config. doc online that I could scroll through? I know each machine is different but the files should be similar enough.
__________________
bow wow! |
|
#2
|
|||
|
|||
|
I don't have any experience with EasyPHP, but there is an english alternative... Check out PHP Triad.
Have you added: php4_module c:/php/sapi/php4apache.dll AddType application/x-httpd-php .php To your "httpd.conf" file?
__________________
____________________________________________ Developer Shed Weekly Writer | DevArticles Forum Moderator Build Your Own KlipFolio Klip With PHP FrankManno.com - Under Construction Design Interactive Group - Under Construction |
|
#3
|
|||
|
|||
|
can't find page on localhost
It seems that I can find the index.php pages fine in www and in home on my apache server. All functions seem to be running fine, but I can't find anything new I put in. Apache is currently looking to the "home" folder inside of the EasyPHP folder and it finds it, but anything new I put into the home folder I can't find in the brouser, even with links.
Is there something in the httpd.conf file that stops me from using the home folder? If so, I tried to look outside and it still didn't work. |
|
#4
|
|||
|
|||
|
In your httpd.conf file, search for this:
DocumentRoot & <Directory I have mine set to: DocumentRoot "C:/Program Files/Apache Group/Apache/htdocs" <Directory "C:/Program Files/Apache Group/Apache/htdocs"> See what yours are set to, and if need be, make the changes to reflect your "home" directory. Don't forget to restart your server after you make the changes. Let us know how it goes. |
![]() |
| Viewing: Dev Articles Community Forums > Programming > Programming Tools > Anyone try EasyPHP yet? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|