On default valeu of timestamp add this CURRENT_TIMESTAMP
Monthly Archives: March 2010
friendly url with htaccess
suppose you want /articles.php?cat=$1&art=$2 to become magazine/1/2 then you need these two rules: #articles.php?cat=$1&art=$2 RewriteRule ^magazine/([^/]*)/([^/]*)$ /articles.php?cat=$1&art=$2&marker [L] RewriteCond %{REQUEST_URI} /articles\.php [NC] RewriteCond %{QUERY_STRING} ^cat=(.*)&art=(.*) RewriteCond %{QUERY_STRING} !marker RewriteRule (.*) http://mydomain/%1/%2? [R=301,L]
AWStats logfile analyzer 6.95 Documentation
Glossary Unique Visitor: A unique visitor is a host that has made at least 1 hit on 1 page of your web site during the current period shown by the report. If this host make several visits during this period, it is counted only once. The period shown by AWStats reports is by default the …
Continue reading “AWStats logfile analyzer 6.95 Documentation”
Top 5 Online .htaccess Mod Rewrite Rules Generator
You might be aware of mod_rewrite rule and .htaccess file if you are using wordpress as your Blogging platform, .htaccess is the apache’s default directory level configuration files which can be used to password protect and redirect requests. Webmasters need to give special attentions to .htaccess on apache webserver as its very difficult to enforce …
Continue reading “Top 5 Online .htaccess Mod Rewrite Rules Generator”