Posts Tagged ‘header’

Http Codes explained

This item was filled under [ Basic, Default, HTML, PHP ]

HTTP CODES 100-101

100
Continue
Tells the client that the first part of the request has been received and that it should continue with the rest of the request or ignore if the request has been fulfilled.

101
Switching Protocols
Tells the client that the server will switch protocols to that specified in the Upgrade message header field during the current [...]

Continue reading...

Tagged with: [ , , , ]

Wordpress PHP snippets for header

This item was filled under [ Wordpress ]

Here are some very usefull informations for those who use Wordpress as CMS
PHP Snippets for header – usefull functions

<?php bloginfo(‘name’)?>
Title of the site

<?php wp_title(); ?>
Title of the specific post or page

<?php bloginfo(’stylesheet_url’); ?>
The style.css file’s location into the current layout

<?php bloginfo(‘pingback_url’); ?>
Pingback URL for the site

<?php bloginfo(‘template_url’); ?>
Locate the site’s theme files

<?php bloginfo(‘version’); ?>
Installed WordPress [...]

Continue reading...

Tagged with: [ , , , , ]

Apache Tips and Tricks

This item was filled under [ Apache ]

Apache For Webmasters is some of my favorite htaccess examples from some of my favorite .htaccess tutorials. These cut-and-paste ready htaccess code snippets are very useful for website and server administrators.
.htaccess Tutorial Index | » Custom HTTP Headers
When site is “Under Construction”
This lets google crawl, lets me access (1.1.1.1) without a password, and lets access [...]

Continue reading...

Tagged with: [ , , , , ]
Update me when site is updated