How To Enable / Use .htaccess / Nice permalinks in Apache Web Server on WindowsOctober 23rd, 2006 .htaccess is a web server directive file populalrly used in Apache Web Server in Linux / Unix environment. In windows environment there is a simple way to enable and use .htaccess.
mod_rewrite Lesson - How To Make It WorkJune 29th, 2006 I learnt a hard lesson today on mod_rewrite. I haven't had time to explore further to find the root cause.
How To Enable Nice Friendly URL in Vanilla ForumOctober 23rd, 2006 Open up conf/settings.php and add this line:
$Configuration['URL_BUILDING_METHOD'] = 'mod_rewrite';
Believe me, that's all you need to do. Ain't that easy?
Note: I am assuming that you are using Apache HTTPD Web Server with mod_rewrite enabled.
How To Use XDForum in WordPress Blogs With Nice PermalinksOctober 30th, 2006 XDForum (example: Anaconda Forum) is a nice basic forum software which works seamlessly with WordPress blogs (download our free theme and plugins). Unfortunately it works out-of-the-box with default permalinks only.
How To Use .htaccess to Prevent Apache HTTPD Directory ListingMarch 16th, 2008 Apache HTTPD servers are configured by default to display directory listing, when index files like index.htm or index.html of index.php etc. are not present in the directory.
Cool SEO Redirection Feature in WordPress 2.3.xFebruary 6th, 2008 I accidentally discovered a super-cool re-direction feature embedded in WordPress 2.3.x. Any blog may have multiple url pointing to the same blog.
WordPress Automatic Machine Translator Plugin 2.0 Beta - Please TestJune 29th, 2006 Update:
I am delighted to announce the release of Angsuman's Translator Plugin Pro for WordPress 2.x blogs. It provides automatic machine translation of your blog in eight different languages - German, Spanish, French, Italian, Portuguese, Japanese, Korean and Chinese.
WordPress Tip on Permalink OptionsMarch 11th, 2005 This tip covers configuration in Options/Permalinks [Edit Permalink Structure] for WordPress users. My version is WordPress 1.5.
How To Run PHP in HTML PagesJuly 28th, 2006 This technique will only work if your Apache server has PHP enabled (how to test php support in apache http server) and .htaccess enabled. In the root directory of your html files create a file named .htaccess.
Simple .htaccess Rules To Block SpammersJuly 24th, 2006 You can easily and effectively use your .htaccess file to easily and effectively block comment and referrer spammers targeting your blog(s). If you are using WordPress you can also use my Referrer Bouncer plugin, which is much simpler, to block referrer spammers.
How To Use Robots & Spammers To Run Your Cron JobsJuly 24th, 2006 Many online blogging software and other products require some type of cron and / or asynchronous execution functionality. Spammers and web robots are an essential part of any website today.
How To Fix WordPress Image / Media UploaderJune 10th, 2008 Frankly I am tired of the Flash based image uploader. It doesn't work most of the time, when it works it is pretty unstable, frequently fails on Opera, doesn't work (for me) on Firefox in Linux even with latest Flash, doesn't work with .htaccess fix and more.
Working To Transition To Dedicated Web HostingJune 30th, 2006 I am working to transition my server to dedicated web hosting. My Westhost VPS account is crumbling under traffic and no amount of optimization is being able to handle anymore the heavy traffic I am getting.
3 Ways To Selectively Execute HTML Files Using Apache HTTP ServerJanuary 14th, 2007 A very simple way to execute HTML files is by telling the server to parse html files for SSI commands. To do it simply add the following lines to your .htaccess file:
AddType text/html .html
AddHandler server-parsed .html
This has the downside of processing all the html files in that directory and its subdirectories.
Java Software Programming Examples For Beginners / Interview: How To Swap Integer (and String) Variables Without Using a Temporary VariableOctober 29th, 2005 A Simple Programming Question for Beginners
July 15th, 2006 at 6:52 pm
Thanks! I was racking my brain trying to figure it out…AllowOverride was set to None in httpd.conf
August 15th, 2006 at 7:23 am
Thanks DOOD ! =)))) it worked for me !
thx a lot!
March 10th, 2007 at 3:01 pm
THANKS A LOT!!! Your so small, but so clever tip saved my permalinks from death
October 19th, 2007 at 12:50 pm
Thank you so much, I’ve been trying everything and the AllowOverride has worked.
December 20th, 2007 at 9:55 pm
Man, when you said hair pulling, you weren’t kidding. I probably spent 4-5 hours trying to resolve the same issue. This game is not for people with short attention spans.
December 22nd, 2007 at 11:01 pm
I dont get any error in rewrite_log nor rewite is working.
December 23rd, 2007 at 11:40 am
Thanks Angsuman! It worked wonders
March 23rd, 2008 at 2:29 pm
Thanks a lot, this fixed my problem as well.
April 18th, 2008 at 10:28 am
this one was it
banging my head on it for hours, thanks to you and google
June 6th, 2008 at 1:44 am
Thanks. You save my life!
February 2nd, 2009 at 4:02 am
just a thanks- i was getting sick trying to find this solution!
March 1st, 2009 at 3:31 am
this help me out of a problem that I was having.. THANKS!
May 17th, 2009 at 6:16 pm
It’s working! Tnx!