Drupal uses a node to represent the content by default. node is the most basic page element in Drupal. Almost all content can be called node. Of course, its URL is not friendly. The default format is as follows:
Http: // yourdomain/node/37
This type of URL does not clearly understand the nature of the page. It is best to set a regular alias for the page (alias ).To enable
Http://www.paangood.com/howtopurchase.phpHome> forums> other discussion areas> which Drupal VM space is the best for website creation?
Website Construction
Published by scapabc on Tuesday
Drupal6 + ubercart2 is used for e-commerce websites. There are about 1 GB of images and other files, and the MySQL database is about MB. I want to rent a virtual host space. I don't know which one can recommend a suitable host space for me.
I originally ren
_root$fastcgi_script_name;
# fastcgi_intercept_errors on;
Fastcgi_pass 127.0.0.1:9000; } location ~. *\.
(gif|jpg|jpeg|png|bmp|swf) $ {expires 24h; Access_log off; } location ~. *\.
(JS|CSS) $ {expires 24h;
Access_log off;
}
You can restart your nginx.
Drupal Nginx Rewrite rulesDrupal is written in PHP language open source Content Management framework, is commonly known as CMS, many people are using
Last month, the Open-source Content management system Drupal released a high-risk vulnerability warning that basically affected all Drupal sites or more than 1 million sites. The bulletin said that a remote code execution vulnerability was found within several subsystems of Drupal 7.x and 8.x, potentially causing the site to be completely compromised. Qihoo 360 R
Release date:Updated on:
Affected Systems:Drupal Password Policy 6. x-1.xDescription:--------------------------------------------------------------------------------Bugtraq id: 56350
Drupal is an open source content management platform.
Drupal's Password Policy module has the information leakage vulnerability. Attackers can exploit this vulnerability to obtain sensitive information through man-in-the-middle attacks.
*>
Suggestion:----------------
Release date:Updated on:
Affected Systems:Drupal Smileys Module 6.xDrupal Smiley Module 6.xDescription:--------------------------------------------------------------------------------Drupal is an open source content management platform.
Drupal's Smiley and Smileys modules have security vulnerabilities. If the input passed through the acronyms field is not properly filtered, the module is used, resulting in arbitrary HTML and script code insertion. T
Release date:Updated on:
Affected Systems:Drupal Drag Drop Gallery 6.xDescription:--------------------------------------------------------------------------------Bugtraq id: 56936CVE (CAN) ID: CVE-2012-4479
The Drupal Drag Drop Gallery module creates an image library node type. You can Drag and Drop images in the local file system to add images to the image library.
Drag Drop Gallery 6.x and other versions have security vulnerabilities in file p
Online looking for a long time is not correct, the back directly in http://wiki.nginx.org/Drupal
The 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 error in nginx-t.
Commented out the error location and dele
Using Drupal to build a website for a company, what modules do you probably need? The main site is to do some propaganda and some message consulting, it is best to have a trading function. What are some of the modules for implementing these features? Are there any other modules recommended for use?
Reply content:Don't bother, you build this website finally also failed, probably you just want to make a vote? or an internal employee?
Why would I say t
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 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
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
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 ';
$
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
based on the migrate module.After installation and enabling, click the mouse and the data will soon 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 we
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
installation of the Baidu analysis (Baidu Analytics) docking module.1, first to Baidu analysis module 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 i
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
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.