drupal multisite

Want to know drupal multisite? we have a huge selection of drupal multisite information on alibabacloud.com

Enable clear urls of drupal

The so-called clear urls is like www.drupal.com /? Q = admin is converted to www.drupal.com/admin?this is a good solution for both of them. One is easier to get searched by the engine, and the other is, of course, easy to pull. Haha If apache is used as the http server, you can directly enable clear urls on drupal, Administration-> Configureation-> Search and metadata-> Clean URLs, and then directly enable it. If you are an nginx server, you need t

Configure Drupal pseudo-static on Nginx on the aliyun host

Configure Drupal pseudo-static on Nginx on the aliyun hostOnline looking for a long time is not correct, the back directly in http://wiki.nginx.org/DrupalThe original text is found, but a 'root' rewrite ctictive is duplicate error and the first server column error will appear after the original text is copied.Compared with the pre-configured rewrite on aliyun, it is found that none of them have the server {} name, and this location also reports an err

Solution for adding modules in Drupal with inexplicable errors (often when many modules exist)

The status is as follows:1. After clicking the "warranty" button, the page cannot be displayed normally and a blank page appears; 2. Refresh the page and send out the items in the navigation that are no longer available. You cannot click the items that still exist to enter the normal page. After multiple tests, no problems are found. After multiple reinstalls and tests, an error page is displayed: "drupal Maximum execution time of 30 seconds exceede

Quick deployment of nginx, php-fpm, and drupal in CentOS 6.3

Everything is based on the principle of simplicity, yum/rpm, and never compiled manually :)The deployment environment is based on the CentOS 6.3 x86_64 system.0. Preparations # Update yum [root @ imysql ~] # Yum-y update [root @ imysql ~] # Yum install libaio-devel.x86_64 # drupal 8.0 requires curl module [root @ imysql ~] # Yum install curl-devel [root @ imysql ~] # Yum-y install libpng-devel libjpeg-devel freetype-devel gmp-devel libxml2-devel 1. In

Php file upload form from drupal code

Today, we will share with you how to compile php file upload code based on specific code examples and detailed annotations, which is suitable for beginners of php. Drupal Example of drupal file upload form The code is as follows: Function upload_form (){ $ Form = array (); // If this # attribute is not present, upload will fail on submit $ Form ['# attributes'] ['enablesype '] = 'multipart/form-data '; $

Create your own hooks for Drupal module development

Drupal's hook system allows interaction with modules and changes the logic of other modules, or even changes the core logic of Drupal. This is a very simple system, and even allows third-party modules to create their own hooks. In general practice, there are two types of hooks you may want to create, one is the content modification class hook, the other is the interception class hook. The hook of the mo

Migrate a blog from wordpress to Drupal real-time recording

be migrated.A small problem is that wordpress comment migration is a problem. It may be because wordpress has enabled the plug-in to block spam comments (just speculation, there is not much time to dig into the cause ). Because there are not many comments on this site, I don't care too much about it. I will manually make up for it.2: Drupal blog website configuration.Required modules include views, back to top, text resize, flippy, and customerro

Various login boxes that Drupal may implement

Today, we are going to discuss the various implementation methods of the drupal login box, so that you can use your imagination to the fullest extent!1. Block modeThis is the most classic implementation method. drupal comes with it! You can modify the block location, style, and so on.Or put it here.2. Log in through the custom form pageThe implementation method is as follows:This is a case study of Midlevel

Daily operation and maintenance experience of drupal site

page download module compressed package, page address https://www.drupal.org/project/baidu_analytics2, and then install the module to their own drupal website, the specific operation method can refer to the fourth class of the "how to add modules and themes" http://www.drupalla.com/node/31373. After the module is installed, you can enable it. In this way, you can enter the management background to set up the Baidu analysis module. Access Me

How to store node content in Drupal

You will be surprised when you look at the node table in Drupal. that is because you can not find the content field which is used to store the content. in fact, Drupal uses field API to store the content. frankly speaking, this is a good design and one of Drupal's advantages. you can understand node as the base table and it can be extended in other tables. In the following, I will use Blog module to make in

Python crawler Combat (1): Crawl a list of Drupal forum posts

1, Introductionin the the Python Instant web crawler project: Definition of content extractor we've defined a generic Python web crawler that expects to save more than half the programmer's time through this project. This article will use an example to explain how to use this reptile. We will crawl collection of old forum, is a use Drupal forum. 2, Technical points we are saying in multiple articles: Save the programmer time. The key is to omit the ti

Method for configuring Nginx php-fpm Drupal in CentOS 6.3

virtual host, as well as Drupal's rewrite rule configuration, simple and fast.Start test After each modification of the configuration file, remember to perform the following command to test the correctness of the configuration file: The code is as follows Copy Code [Root@imysql ~]#/etc/init.d/nginx configtestNginx:the configuration file/etc/nginx/nginx.conf syntax is OKNginx:configuration file/etc/nginx/nginx.conf Test is successful After confirming that

Drupal read-only module Security Bypass Vulnerability

Release date:Updated on: Affected Systems:Drupal User Read-Only Module 7.xDrupal User Read-Only Module 6.xDescription:--------------------------------------------------------------------------------Drupal is an open source content management platform. Drupal 6. The x-1.x's User Read-Only module mistakenly assigned a role when performing some operations, and can get administrator privileges after successfu

Drupal installation process _ MySQL

Drupal installation process Drupal The entire installation process is very simple, as described in install.txt, because I want to make the website all adopt UTF-8 encoding, so you need to do the following special steps: 1. modify include/database. mysql. inc. add code in 33 lines: @ Mysql_query ("set names UTF8 ;"); Its role is to let the PHP program in the entire database operation process, are using UTF

Small Drupal database backup and large site MySQL backup policy sharing _ MySQL

To prevent data loss caused by web server faults, database backup is very important to avoid major losses. This article analyzes and studies the backup policies for small Drupal sites and the mysql backup policies for large sites. For small and medium-sized websites based on drupal, we can use the backup_migrate module, which provides the regular backup function, backup time, number of backups retained, an

Drupal Simplified Chinese Language Pack Installation tutorial

This article describes how to install the Drupal Simplified Chinese Language Pack. This article describes how to install the Drupal Chinese Language Pack. For more information, see This article describes how to install the Drupal Simplified Chinese Language Pack. This article describes how to install the Drupal Chines

Drupal sends an object through cURL Post

This article introduces how to use Drupal cms to send a file through cURL Post. As we all know, PHP cURL extensions can be used to simulate form submission. Drupal has the drupal_http_request function to execute an HTTP request. It can send a file via POST, but it is not as convenient as cURL. Here we will mainly explain how to Post a file to a remote server address in

Quick deployment of nginx, php-fpm, and drupal in CentOS6.3

Everything follows the principle of Simplicity. yumrpm can be used without manual compilation. The deployment environment is based on the CentOS6.3x86 _ 64 system. 0. Preparations # update yum [root @ imysql ~] # Yum-yupdate [root @ imysql ~] # Yuminstalllibaio-devel.x86_64 # drupal8.0 need to use the curl module [root @ imysql ~] # Yum Everything follows the principle of Simplicity. yum/rpm can be used without manual compilation. The deployment environment is based on the CentOS 6.3 x86_64 syst

Drupal installation process _ MySQL

Drupal installation process Drupal The entire installation process is very simple, as described in install.txt, because I want to make the website all adopt UTF-8 encoding, so you need to do the following special steps: 1. modify include/database. mysql. inc. add code in 33 lines: @ Mysql_query ("set names UTF8 ;"); Its role is to let the PHP program in the entire database operation process, are using UTF

New station first article, migrating Drupal to WordPress

Finally abandoned Drupal put into the WordPress camp, haha. WP is really better than DP, here to save 500 words ...In the past has been tangled how to migrate, after the migration of old data how to do, there is no smoothing scheme, want to break the head have no idea, several times moved the idea of migration, several times and was wiped out. DP notifications can be upgraded from 7.22 to 7.23 a few days ago, but the upgrade is unsuccessful in any eve

Total Pages: 15 1 .... 9 10 11 12 13 .... 15 Go to: Go

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.