How to create and configure .htaccess file in apache,ubuntu

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
sirimallamurali
Forum Newbie
Posts: 11
Joined: Sun Jun 14, 2009 10:41 pm

How to create and configure .htaccess file in apache,ubuntu

Post by sirimallamurali »

Hi everybody,

How can i create .htaccess file and where it has to place and how to configure it in apache server on ubuntu

Thanks,
kris
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: How to create and configure .htaccess file in apache,ubuntu

Post by requinix »

You can put them in any directory inside the web root.

Make sure the web directory is set to allow .htaccess overrides.
Post Reply