Some days did not tidy up knowledge, many new things do not tidy up a long time to forget. It seems that we have to keep on finishing.Configure XAMPP Multi-port, multisite the following steps:Multi-Port:(multiple ports are configured under a single domain to access different programs)Effects such as:1, 8080 port installation discuz Forum program, with http://localhost:8080 access.2, 8081 port under the installation of WordPress blog program, with http
1. Stop clearcase on target server
2. Lock vob
3. unregistry UNTAG the vob
4. Stop clearcase service on the vob Server
5. Kill all processes for the vob
6. Reboot vob Server
7. Rename vob to another name
* If system prompt you can't rename it successfully, that means something is still accessing the vob. need double check and then kill them or reboot vob server again if needed untill nothing access the vob.
8. Launch "ntbackup" to copy the vob to target server
9. Restore the vob on tar
because favicon. ICO is missing.10) check whether it is in maintenance mode.11) Enable the loading timer.12) check whether it is in wp_debug mode.13) determine whether to load and how to load WP_CONTENT_DIR/advanced-cache.php files based on the WP_CACHE and WP_DEBUG constants.14) Call the wp_set_lang_dir () function to set the constant WP_LANG_DIR.15) Load WPINC/compat. php, WPINC/functions. php, WPINC/classes. php.16) Call the require_wp_db () function to introduce the wpdb class or database d
.com2 127.0.0.1 www.test2.comFourth step: restartReload The configuration file using the service httpd Reload command, or restart the Apache process using the service httpd restart command. Finally, the domain name is resolved to the server, different domain names have successfully visited different site content. The following is an example of wampserver3.1.0 to configure a multisite server locally on WindowsFirst step: Open Apache's Vhost moduleIn th
Server language:php 5.3.2+
Database:yes. SQLite, MySQL or PostgreSQL.
Self-hosted:yes
Support Plugins/extensions:yes
MonstraMonstra is a simple and light-weighted Content Management System written in php! Monstra has a good collection of plugins available to download.
License:open Source
Server language:php 5.2.3+
Database:yes. SQLite, MySQL or PostgreSQL.
Self-hosted:yes
Support Plugins/extensions:yes. Plugin Repository
Wolf CMSWolfcms is slig
claims. You can imagine how difficult it would be to maintain a single server to achieve such an online level.Website is not mysterious, holiday, at home free of nothing, build a website to play it. Each video not more than 15 minutes, Subway/bus/bedtime/wake up to see a period, a few days after the build station experts, find boss pay rise!The following is a list of the blogs in this series, which will be launched:
1. Website management platform WordPress and cloud computing Platform
mysterious, holiday, at home free of nothing, build a website to play it. Each video not more than 15 minutes, Subway/bus/bedtime/wake up to see a period, a few days after the build station experts, find boss pay rise!The following is a list of the blogs in this series, which will be launched:
1. Website management platform WordPress and cloud computing Platform Azure Introduction (6 minutes this article)
2.1 Creating websites and Web site operations on Azure (13 minutes)
2.2 Domain bin
mysterious, holiday, at home free of nothing, build a website to play it. Each video not more than 15 minutes, Subway/bus/bedtime/wake up to see a period, a few days after the build station experts, find boss pay rise!The following is a list of the blogs in this series, which will be launched:
1. Website management platform WordPress and cloud computing Platform Azure Introduction (6 minutes this article)
2.1 Creating websites and Web site operations on Azure (13 minutes)
2.2 D
This article is the 10th (end) of the Quick Create website series, and if you have not read the previous content, it is recommended that you click on the chapters in the following directory to read the other content before returning to this article. To access this catalogue, please click on: http://anb.io/blog/tag/wordpress-on-azure/1. Website management platform WordPress and cloud computing Platform Azure Introduction (6-minute video)2.1 Creating websites and Web site operations on Azure (13-m
rewrite to index.php, which is generally used in pictures, JS, CSS and other external resources. This means that non-PHP code should be excluded. (Here I ruled out the images directory and the robots.txt file, of course index.php should also be excluded)Step Three:Modify application/config.phpFind $config[' index_page '] = "index.php";Modified to: $config [' index_page '] = "";Fourth Step:In the httpd.conf file:AllowOverride NoneSwitchAllowOverride AllNote: If you do a virtual site, do a
This article is the 9th of the fast-track creation series, and if you have not read the previous content, it is recommended that you click on the chapters in the following directory to read the other content before returning to this article. To access this catalogue, please click on: http://anb.io/blog/tag/wordpress-on-azure/1. Website management platform WordPress and cloud computing Platform Azure Introduction (6-minute video)2.1 Creating websites and Web site operations on Azure (13-minute vi
This article is the 5th of the fast-track creation series, and if you have not read the previous content, it is recommended that you click on the chapters in the following directory to read the other content before returning to this article.1. Website management platform WordPress and cloud computing Platform Azure Introduction (6 minutes this article)2.1 Creating websites and Web site operations on Azure (13 minutes)2.2 Domain binding operations and Azure load balancing mechanism (12 minutes)2.
paste two.severadmin--set the administrator's email address;documentroot--file directory, pointing to the directory where the site code points;servername--host name; errorlog--error log;customlog--daily logs.Use only DocumentName and ServerName, others can be deleted.DocumentRoot changed to E:/demo/test01,servername to Test01.com.2. Introduction of httpd-hosts FileOpen a apache->httpd.conf file and Ctrl+f find virtual hosts#Include conf/extra/httpd-vhosts.confRemove the ' # ' before the include
, Wampserver multi-site configuration1. Locate the httpd-vhosts.conf file in the following location to modify itNote: Add localhost modification to prevent the localhost from being opened.Then modify the httpd.conf to delete the comment symbol # Before the include, modifying the effect as follows:Modify the httpd.conf location below to make the site open not only locally.After the modification is complete, restart. I create a new index.php file in f:/demo/test01, left: f:/demo/test02 do similar
found the following configuration:[Serviceports]Apache=80apachessl=443mysql=3306Change to 60000,444 restart Xampp, problem solved
Add multi-port multisite for Apache:Modify File C:\xampp\apache\conf\extra\httpd-vhosts.conf
ServerAdmin Webmaster@dummy-host.localhost
DocumentRoot "E:\ApacheRoot\rivertest"
ServerName localhost
Serveralias localhost
Errorlog "Logs/dummy-host2.localhost-error.log"
Customlog "Logs/dummy-host2.local
Installing Apache1 LoadModule Loading PHP modules2 AddType tells Apache that all the files at the end of PHP are given to PHP module execution3 Phpinidir tell Apache php.ini where the files are4 Configuring Time in php.ini China time zone PRC5 Open a multisite virtual machine in Apapche configuration6 configuration in the virtual machine directoryNamevirtualhost *:80ServerName localhostDocumentRoot "C:/wamp/www"Options indexes//Display file listOrder
There are two ways to configure Multi-host multisite in apache:
The different ports of the same domain name are mapped to different virtual hosts, and different ports are mapped to different sites;
Map the same port to a different domain name, with different domain names mapped to different sites.
We only need to modify the corresponding configuration File.1 , modify the system hosts fileThe path to the Hosts file Is: c:/windows/syst
When you encounter this problem, first confirm that you are in the Web server configuration. PHP is not assigned to FASTCGI server processing:Location ~ . php$ { 127.0. 0.1:9000;}If configured, it may be caused by an incorrect path to the Fastcgi_script_name access script.Especially with subdirectories, for example, for YII frameworks, the path is usually project/webThen if you access/project/index.php in the URL, then the script_name in the Nginx configuration will be the full path: project
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.