Wamp Add/Wamp/www/Webpage Browsing

Source: Internet
Author: User
PhpMyAdmin. conf and sqlitemanager. conf are available in the/Wamp/alias directory by default.

Create a *. conf file, for example, outer. conf. Open phpMyAdmin. conf and outer. conf in notepad, and copy the content in phpMyAdmin. conf to outer. conf. Modify the corresponding line as follows:

################################

# The well ID is followed by a comment.

# Set the target folder of outer to E:/torrents/
Alias/outer "E:/torrents /"
# To give access to phpMyAdmin from outside
# Replace the lines
#
# Order deny, allow
# Deny from all
# Allow from 127.0.0.1
#
#
#
# Order allow, deny
# Allow from all
#
<Directory "E:/torrents/">
Options indexes followsymlinks Multiviews
AllowOverride all
# Order deny, allow
# Deny from all
# Allow from 127.0.0.1
# To allow all IP addresses to access content under the Outer
Order deny, allow
Allow from all
</Directory>
####################

Then you can use another host to access files or webpages under Outer (E:/torrents /).

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.