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 Run phpBB on Nginx With Virtual HostingJuly 10th, 2008 We now have our phpBB forum running on Nginx web server, a high quality and significantly better performing web server than Apache HTTPD. Soem of the challenges we faced were:
We use nice permalinks in the forum so there are lots of apache httpd rewrite rules in .htaccess files which had to be converted to nginx format.
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 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.
3 Power Tips For Angsuman's Translator Plugin Pro UsersFebruary 8th, 2007 Few tips for Translator Plugin Pro users:
1. Use a caching engine.
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.
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.
Apache Web Server Suddenly Fails to Load With EMalloc Error - Solution (php_exif.dll)June 1st, 2006 The common symptom of the problem is that Apache web server suddenly fails to load as a service (on windows) or even from command line. The error message from log is as follows:
FATAL: emalloc(): Unable to allocate -2103443420 bytes
[Thu Jun 01 23:57:21 2006] [crit] master_main: create child process failed.
How To Use Apache HTTP WebDav Server With Windows XP ExplorerJanuary 24th, 2008 You have two options. Either you tear your (remaining) hair looking for solution on the web and trying different changes to Apache Web Server or Explorer even try magic incantations (alohamora?).
The Backend of Tribal FusionNovember 9th, 2005 I was in Drudge report when I saw an advertisement spot occupied by advertisement giant TribalFusion filled with Apache error message instead. The error message was rather interesting.
Open Source Java Application Server Geronimo Passes Java 2 Enterprise Edition 1.4 CertificationOctober 19th, 2005 With its latest release of the software, Apache announced that Geronimo 1.0-M5 Java application server has passed all the compatibility tests and has gained official J2EE1.4 certification of the Java server software standard. Apache Geronimo 1.0-M5 is completely integrated with the Tomcat Web server and includes a developer preview of web management console submitted to Apache by IBM.
Tomcat 5.5 with Apache 2.0 Integration in 5 Simple StepsMay 4th, 2005 The simplest configuration is described. It assumes you already have Tomcat 5.5 and Apache 2.0 (instructions for Apache 1.3 is also provided) installed and running.
Apache HTTPD: How To Turn Off Index Listing in Directory & Sub-Directories; Protect WordPress wp-contentApril 13th, 2008 In Apache HTTPD server normally when you have no index or default page in a directory, a visitor may be served with a full list of files in that the directory. This could pose a serious security risk.
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 Safely Redirect /index.php To / Using .htaccess / ApacheJune 28th, 2008 Any PHP based software like WordPress, Mambo, Joomla, Drupal, MODx etc. will serve pages both from http://your-site.com as well as http://your-site.com/index.php.
October 30th, 2006 at 2:52 am
[...] 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. Most site today use nice permalinks. This mini-tutorial will teach you how to use XDForum with nice permalinks (how to enable; tips and more). [...]
April 15th, 2007 at 8:31 am
Wanted to test some htaccess tips (they’re fine) and had exactly that problem on my machine with XAMPP–thank you!
August 4th, 2007 at 1:46 pm
Thanks a lot for the tip.
November 26th, 2007 at 8:21 am
Thanks, I was just reinstall my PC and try to deploy some of the application for my linux box to windows and found that it not working correctly. It thought that XAMPP will be in the same configuration for both boxes. Turn on mod_rewrite make everything back on track.
March 27th, 2009 at 12:24 pm
i want to restrict to direct access php pages other than “index.php”
Simply index.php must be the entry point for my site.
Can i do this by add some coding to .htaccess file
waiting for reply from all experts.
thanks
Nayana Adassuriya
June 13th, 2009 at 2:11 am
Thanx, thanx, thanx, thanx !!!
August 27th, 2009 at 8:57 am
Nice post direct to the point.. thanks for the post, ive learned a lot.
September 30th, 2009 at 6:09 am
I recently came across your blog and have been reading along. I thought I would leave my first comment. The blog regarding htacess on linux is really very informative. I don’t know what to say except that I have enjoyed reading. Nice blog keep posting.
November 12th, 2009 at 7:07 am
hey there… just uncommenting that line isn’t enough to get permalinks realy working. if you have separately installed PHP and Apache scroll down the config after uncommenting that line. You’ll find :
#
# AllowOverride controls what directives may be placed in .htaccess files.
# It can be “All”, “None”, or any combination of the keywords:
# Options FileInfo AuthConfig Limit
#
AllowOverride None
change AllowOverride None to AllowOverride All