Reducing server resource utilization for busy sites by implementing fast 404s in Drupal... - 3 views
-
// List of extensions for static files $exts = 'txt|png|gif|jpe?g|shtml?|css|js|ico|swf|flv|cgi|bat|pl|dll|exe|asp|xml'; // It is not an imagecache path, which we allow to go through Drupal if (!strpos($_SERVER['QUERY_STRING'], 'imagecache')) { // It is not our main feed page if ($_SERVER['QUERY_STRING'] != 'rss.xml') { // Is it a static file? if (preg_match('/\.(' . $exts . ')$/', $_SERVER['QUERY_STRING'])) // Just send a 404 right now ... { header('HTTP/1.0 404 Not Found'); print '<html>'; print '<head><title>404 Not Found</title></head>'; print '<body><h1>Not Found</h1>'; print '<p>The requested URL was not found on this server.</p>'; print '</body></html>'; exit(); } } }
HOWTO: Fully Theme and Customize the Drupal User Registration Form | Chapter Three LLC - 0 views
Custom Pagers - 0 views
Custom Links - 0 views
Drupal Performance Tuning and Optimization for large web sites | 2bits.com, Inc. - Drup... - 0 views
-
articles discuss performance tuning and optimization of Drupal as it pertains to web sites with a large number of visits and page views.
Videos and slides | drupal.org - 0 views
Custom Breadcrumbs - 0 views
Creating a Compound Field Module for CCK in Drupal 6.x, from Poplar ProductivityWare Ar... - 8 views
-
Create a new CCK field.
- ...1 more comment...
-
Oh, really? I'm just needing to use multi-groups. Well, multiple-fields field group, or whatever. For example a recipe with ingredients where you can enter: amount (textfield), unit (option field), ingredient name (textfield). Thanks.
-
when your ready to go to drupal 7 here is the article for that http://www.phase2technology.com/node/1495
Delivery Information not showing up when using uc_cart_add_item | Ubercart - 0 views
Two Thumbs Up For Computer Assistance Services - 2 views
I am so happy for the computer assistance that Computer Assistance Online gave me. They provided me with precise and fast solutions to my computer problem. Their computer specialists really know wh...
‹ Previous
21 - 40 of 40
Showing 20▼ items per page