Search Results for htaccess
Change default php.ini values using .htaccess
Hey Folks, As you might be knowing that php.ini is the configuration file for the PHP and resides at the server. It contains all the options/settings for the PHP language. There are instances you need to change these options. In local environment you can change these settings very easily b
logging 404 errors on your site and generating traffic from it
Hiya People, Its really a pain when visitors come down to your blog and they see "Sorry, but you are looking for something that is not here." The message can be anything, but top of everything it is nothing but a fail message. And consequently, many of your potential visitors may bounce off yo
Prefix www to your domain using htaccess
First of all you need to know why you even want to prefix www in front of your domain. Well to explain in short, search engines treat http://www.digimantra.com/tools/twitter/ and http://digimantra.com/tools/twitter/ differently. Notice the difference is just of www. But if you have these two URLs
Moving your wordpress blog from one domain to other
Heya Folks, Well shifting or moving your blog from one domain to another is not easy task but with the continous upgradation on wordpress's core install the things are also not that difficult. The built-in import export feature in wordpress is the real saviour in this process. Follow the step
Securing your wordpress folders from being viewed or indexing
A very simple way to secure your wordpress's folders from being exposed to the public is to create an index file which is going to render and hence wont allow the browser to actually index the folder list. There are folders like gallery, plugins, images which can be reached thru their absolute paths
Advanced htaccess for more than 10 group of backtrack references
You might have faced error where .htaccess wont recognize the backtrack variable after $9 such that if you specify "$10" then it will return you "0" as value to that key in URL param. The mod_rewrite module is confused which varible to return $1 or $o. Lets see the problem first, Problem : R
Install wordpress in different directory or folder
Hey Guys, I was configuring blog for one of my friend and his requirement was little different. He wanted to keep all the admin related files into a different folder while he wanted his root direcoty to be clear. Now that was something which some of us like to do with our blogs as well. And with so
Using .htaccess for day to day work | Part 2
This .htaccess is continuation to my previous blog post(Using .htaccess for day to day work), which recorded a lot more hits than expected. I would enlist some other tricks/function we can achieve using this magic .htaccess file. For those who are reading this tutorial for the first time or are new
Using .htaccess for day to day work
.htaccess is a word which every developer has heard. But they skip it because some think its too hard to understand. But I am sure nothing is hard for a good programmer. Well .htaccess is a file which is used to define behaviour of your directories and server request to those directories or files. T
