Setup a MuWeb with Easy-Php 1.7

Joined
Aug 12, 2007
Messages
1,200
Reaction score
447
- Easy PHP 1.7 -

Full php and sql support
Easy to use
Secure
Great performance
Tested on Router

Download Easy PHP 1.7 from

-----------------------------
[Info]
-----------------------------

EasyPhp > Apache > Php.ini


:
;Windows Extensions
;Note that MySQL and ODBC support is now built in, so no dll is needed for it.
;
;PHPExt
;extension=php_bz2.dll
;extension=php_cpdf.dll
;extension=php_crack.dll
;extension=php_curl.dll
;extension=php_db.dll
;extension=php_dba.dll
;extension=php_dbase.dll
;extension=php_dbx.dll
;extension=php_domxml.dll
;extension=php_exif.dll
;extension=php_fdf.dll
;extension=php_filepro.dll
extension=php_gd2.dll
;extension=php_gettext.dll
;extension=php_hyperwave.dll
;extension=php_iconv.dll
;extension=php_ifx.dll
;extension=php_iisfunc.dll
;extension=php_imap.dll
;extension=php_interbase.dll
;extension=php_java.dll
;extension=php_ldap.dll
;extension=php_mbstring.dll
;extension=php_mcrypt.dll
;extension=php_mhash.dll
;extension=php_mime_magic.dll
;extension=php_ming.dll
extension=php_mssql.dll
;extension=php_msql.dll
;extension=php_oci8.dll
;extension=php_openssl.dll
;extension=php_oracle.dll
;extension=php_pdf.dll
;extension=php_pgsql.dll
;extension=php_printer.dll
;extension=php_shmop.dll
;extension=php_snmp.dll
;extension=php_sockets.dll
;extension=php_sybase_ct.dll
;extension=php_w32api.dll
;extension=php_xmlrpc.dll
;extension=php_xslt.dll
;extension=php_yaz.dll
;extension=php_zip.dll
;/PHPExt
Remove the 2 ; signs where it shows you to above to enable a Sql connection with Php (If you want a MuOnline website,do this too)
The www folder is where your website content should be.

After you installed it,turn it on and check the E icon at the bottom right of your screen.Double click it and make sure PHP and MySql are both turned On (green colour).
Go to languages(its on the main window) and choose English (as when you install it its in French by default).

Now extract your MuWeb into East Php>WWW

Now right click the E icon and go to local web.Thats your website.

Enjoy!
 
Re: [Guide] Setup a MuWeb with Easy-Php 1.7

i get error Loading php_gd2.dll Falied!
Please Enable php_gd2.dll in ur php.ini
 
Re: [Guide] Setup a MuWeb with Easy-Php 1.7

Remove the 2 ; signs where it shows you to above to enable a Sql connection with Php (If you want a MuOnline website,do this too)
The www folder is where your website content should be.
i dont get that.
 
Re: [Guide] Setup a MuWeb with Easy-Php 1.7

i get error Loading php_gd2.dll Falied!
Please Enable php_gd2.dll in ur php.ini


Did u remove the ;
example : ;php_gd2.dll
to
php_gd2.dll

Or sometime when u dont see the ;
try to add the ; and save it
 
Re: [Guide] Setup a MuWeb with Easy-Php 1.7

I got error - Apache port (80) is used by inetinfo.exe !. How can i change Apache port???
 
Back