Pages
(Move to ...)
Home
Java
Android
Php
Cake PHP
jQuery
Grails
All Pages
▼
Showing posts with label
.htaccess
.
Show all posts
Showing posts with label
.htaccess
.
Show all posts
Friday, December 27, 2019
Htaccess | what does $1 in .htaccess file mean | Check if file exists in subdirectory
›
$1 is the first captured group from your regular expression; that is, the contents between ( and ). If you had a second set of p...
1 comment:
Friday, September 20, 2013
HTTP Status Codes Handling and Htaccess ErrorDocuments
›
Error handling using .htacces: Here are some basic rule, use other rules if you need. ErrorDocument 404 /Subtitle/php/error-msg.php...
Monday, September 9, 2013
Redirect your site to https and www using htaccess
›
<ifmodule mod_rewrite.c> RewriteEngine on RewriteCond %{HTTPS} off RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC] Rewrite...
Friday, September 6, 2013
Compressed CSS Compression using PHP
›
Method One Overview: This method involves adding a small PHP script to your CSS document and replacing its .css extension with a ....
Leverage browser caching: How To Control Browser Caching with Apache 2 or htaccess
›
Examining Your HTTP Headers - The other way of finding out if your site is taking advantage of browser caching is to examine the HTTP heade...
Thursday, August 1, 2013
How to Run PHP Scripts in *.html or *.htm Files
›
One of the most common questions hitting our support inbox is how to get PHP working in *.html and *.htm files. With this blog we tr...
1 comment:
›
Home
View web version