Contact Tpshop know that it must be placed in the root directory of the site, the root directory of all the files will not be considered as part of the tpshop, this will not be able to access other PHP files. Let me tell you about my configuration process, if it is wrong, please indicate.First, modify the Apache configuration file:1. Add: Listen 8080 #新添加的端口2, remove the Include conf/extra/httpd-vhosts.conf in front of the #3. Remove ServerName4, theDocumentRoot "E:\wamp\www"#Options Indexes Fol
Create Folder test01 under Demo, create index.php file in test01, enter "The last step, find the C-drive under Windows/system32/drivers/etc/hosts, open at the end of the add site "127.0.0.1 test01.com" (127.0.0.1 point to the local localhost, Encounter test01.com domain name start from 127.0.0.1 first)3. Custom Port NumbersOpen httpd.conf, search (Apache default port number), find "Listen 80", modify to 8080 (unused end openings), then find "Severname localhost:80", modify to "8080", Save and r
IIS express7.5 supports more than XP operating systems and can resolve xp,iis issues. first download the installation iisexpress7.5 address is click to open the linkClick Install to complete the download.After Setup is complete, the profile defaults to My Documents \iisexpress\config\applicationhost.configOpen this file and find the Sites node. My configuration is as followsafter you have configured the Website2 site. Start IIS Express by default in C:\Program Files (x86) \iis Express This folde
Apache configuration multisite, Apache configuration site
In the httpd.conf file, the following configuration is available (note: The comment content of the httpd.conf file is removed)
Listen 80ServerName localhost
allowoverride None Require all Denieddocumentroot "E:"
Options Indexes followsymlinks allowoverride None Require all granted
(It is best to clean up the browser cache before testing), then enter http://
There are many reasons for a system administrator or developer to choose to host multiple sites on the same server with a multisite configuration. For example, the following configuration:
Enables you to build an efficient development environment
Allows you to temporarily save and test it before exposing the site
Allow different software to run on the same site
Supports sharing a single code base across multiple sites
Leveraging a shared managed
Q:How does one learn drupal?"When learning something new, you will often find that many of these aspects or the branch knowledge reserves are insufficient, and then you will learn other knowledge points. If you are confused, I would like to ask you about how drupal is learned?Goal: to fulfill common enterprise websites and websites with simple requirements ."The following is the answer from Drupal
I believe that many developers have started exploring drupal8-download and install the beta version of drupal 8. Developers who haven't started to try drupal 8 can clearly tell us that we will have many new concepts to understand, understand, and use. When we try to write a drupal 8 module, we also need to know a lot of code knowledge. This poses a new challe
Using Drupal has become a trend in the world's top universities, and it has been chosen and applied by hundreds of universities around the world, whether it's Harvard, Stanford, Duke, Brown, Rutgers, Cambridge, Yale or many other prestigious universities that have chosen Drupal as their ideal content management framework, Because it not only can the needs of colleges and universities now, but also can accom
There are many development tools for Drupal, and Drupal for Firebug is also an important Drupal development tool in addition to the Devel modules mentioned in the Drupal Common development tools (a)--devel module.Please note that Drupal for Firebug may conflict with Theme De
directory Structure
Includes: Contains a library of functions commonly used by Drupal.
Misc: Used to store JavaScript, and various other icons and picture files available in the Drupal installation.
Modules: Contains all the core modules, one of which corresponds to a folder. Each module folder contains three basic files
Module name The file that is executed when the Install module is installeddescripti
Drupal simplified Chinese language pack installation tutorial, drupal installation tutorial. Drupal simplified Chinese language pack installation tutorial, drupal installation tutorial: localize. drupal. orgtranslatedownloads, download the latest Drupal6 Chinese language pac
Drupal Simplified Chinese Language pack installation tutorial, Drupal installation Tutorial
Download address: http://localize.drupal.org/translate/downloads, download the latest DRUPAL6 Chinese package file
Enable the Locale module to Admin->site building->modules [Admin/build/modules].
To Admin->site Configuration->language [Admin/settings/language]Click "Import Page" in the page description to enter the
Drupal uses the theme function of drupal to output a user name. Today, I encountered the problem of using drupal to output a user name. I used drupal's theme function theme to output it. so I searched for information and found out the following content: 1. theme (username, today, I encountered the problem of using drupal
Small Drupal database backup, MySQL backup policy sharing for large sites, and drupal Database Backup
Simple backup policy for small and medium 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, and so on, regular cron execution can s
Today, I met the problem of Drupal output a user name, using the Drupal theme function theme output, and then search the data to find out the following content:
1, Theme (' username ', array (' account ' = $log)) call function, parameter 1 is hook, parameter 2 is parameter
The code is more not exhibited, view the address click Open link
2, the implementation period back to find the template preprocessing f
Today, I encountered the problem of using drupal to output a user name. I used drupal's theme function theme to output it. so I searched for information and found out the following content: 1. theme ( #39; username #39;, array ( #39; account #39 ;=> $ log) call the function, parameter 1... "/> Today, I encountered the problem of using drupal to output a user name, which was output by the theme function of
Drupal 8 -- custom permissions, drupal custom Permissions
In project development, I encountered such a requirement that the title field of the node cannot be edited by the edit content role. The title field is automatically generated when the content type is created. Permissions cannot be directly configured in the drupal8 background, so I need to customize a permission using code.
1. Define a module under/
Today we will share with you some creative and responsive Drupal 7 themes. For more theme resources, visit Goodfav Magazine.Properta-Real Estate Drupal Theme-MORE INFO
Flat, modern and clean design; 100% Fully Responsive; Retina Ready; Bootstrap; ront end submission system; SEO on-page optimized; Google Maps Integration; Touch FriendlyFlat Metro-Responsive Drupal
The topic explains the user interface (UI) of the Drupal Web site. Although the theme structure has not changed significantly, Drupal version 7 comes with a new approach to implementing the theme. This article demonstrates how to create a new Drupal 7 theme.The goal of the Drupal theme is to separate the processing log
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.