Tag Archive for Web Development Software

Access WAMP Server from other Computer in LAN Network

How to Access WAMP Server from other Computer in LAN Network or Workgroup    
by: Revengsky Joseph D. Reyes (a.k.a rjdreyes – jcyberinux.com)
Looking for better Web Server? Beginning to explore the Web Development World? Then you probably need a good web development tools for it? If you intend to make a quick management and development of Web Server, all you need is WAMP if you are a Windows user or LAMP if you are a Linux user.

But for now, let’s discuss WAMP on How to Access it via LAN network or from other computer.

1.)If all you need is to access it via your LAN Network (Internal IP Address), such as your computer and then access it thru another computer in the network. Then there is no need for DOMAIN or External IP Address. (For example: 192.168.11.3 is your Local Area Network IP Address) -> This is all you need to access someone’s shared computer and also Web Server.

2.) For the Requirements: WAMP and Navicat Lite (Optional).

Install WAMP (Instructions click here), then after installing WAMP, install Navicat Lite (Instructions click here). Then locate your wamp directory, if you installed it at C:\ then C:\wamp is the directory then go thru the directory www (C:\wamp\www), then put all necessary web files there.

(Note: Delete the index.php located on www directory; this is a default homepage which reveals your web server information)
How to Access WAMP Server from other Computer in LAN Network or Workgroup by Jcyberinux

3.)Run the WAMP Server, then locate it at your taskbar, usually in the hidden taskbars near the date/time, then click it (LEFT-CLICK), then go to Apache, then click httpd.conf file to open it.
How to Access WAMP Server from other Computer in LAN Network or Workgroup by Jcyberinux
4.)From there (httpd.conf), look further into the lines. Like these lines below.

<Directory />
Options FollowSymLinks
AllowOverride None
Order deny,allow
Deny from all
</Directory>

Edit it, by adding the line Allow from all (between Directory tags), delete the Deny from all or comment it. See the sample picture below. Read more

Share

How To Install WordPress using cPanel

Installing WordPress using cPanel, Installation of WordPress Blog using cPanel
by: Revengsky Joseph D. Reyes (a.k.a. rjdreyes – jcyberinux.com)

 

Here are the Steps / Instructions on How to Install WordPress CMS on your own Webhost using cPanel:

1. Download WordPress (Latest Version). Save it on appropriate directory.
Installation of WordPress Blog using cPanel

2. Run your web browser (firefox, internet explorer, etc.), go to your cPanel Administration Website, Login your correct username and password.
Installation of WordPress Blog using cPanel

 

3. Go to Files Category at your cPanel Admin, then click File Manager.
Installation of WordPress Blog using cPanel

 

4. A pop-up dialog appears, File Manager Directory Selection, choose Web Root, and click Go.
Installation of WordPress Blog using cPanel

Read more

Share