Which one these two do you prefer more for server settings? I personally like to setup my server defaults trough CP and just change them through .htaccess when needed, you?
__________________ RomesBlog.net | Xbox 360 Gaming Articles, Add-ons, New Releases and Much More! GMNetworks | Quality Service | Quality Support | Friendly Staff | Much More!
But isn't it easier to put all settings in one file and then just put it in the root of your server? Jumping trough CP is annoying at times. Although for this you need to know Apache scripting language very good.
I like .htaccess files - but then I'm in shell so often it's easier for me to do things that way than dealing with control panels. I'm comfortable in shell, operate linux boxes at my house for personal use, so doing things via shell on a server is not a concern to me.
definitely using .htaccess file is the best choice, of course if you know how to configure it. in this case just go to http://httpd.apache.org/docs/1.3/howto/htaccess.html . There you will find a lot of interesting and helpful information.
There is a benefit to using the httpd.conf file instead of .htaccess files. When .htaccess is enabled on the server it causes the server to look for, open, read and close the .htaccess files sometimes many times for each individual page load. Using httpd.conf and disabling .htaccess can often enable you to stretch server performance a bit further.
I am sure any settings made via the control panel is automatically changed to the .htaccess file. I remember once trying to change a rewrite module via cPanel and when I checked in the empty .htaccess file, there are the necessary syntax added automatically.
__________________ Professional Web Hosting & Consultation | WebServe.Me
FREE Domain, cPanel 11, PHP5/MySQL5+, 50+ Ready-to-Use Scripts, CGI-BIN, WAP/WML/Wireless Support.
Definitely .htaccess as it's much nicer to edit something via NotePad and just FTP it without having to log in and navigate through those sometimes lengthy menus.
.htaccess is alot better then cp I am almost sure the settings made by the cp is automatically made to edit the .htaccess so that would just be you need to edit the .htaccess.