Month: February 2016

redirect subdomains wordpress author pages

Eg: example.com/author => author.example.com In .htaccess fle add the following rewrite rules RewriteCond %{HTTP_HOST} !^www.example.com RewriteCond [...]

Codeigniter URL Routing, Suffix & Enable Query String

In this tutorial, I’ve tried to give an overview with basic code examples on URL Routing, URL Suffix and URL Enabled Query String. Now the Question is Why [...]

Codeigniter secure application using CSRF token

What is CSRF token :- Cross Site Request Forgery token is a hash string which will include with each form request and form submission. and will checked with [...]

WAMP/XAMPP not working on Windows 10

Go to Start, type in services.msc Scroll down in the Services window to find the World Wide Web Publishing Service. Right click on it and [...]