In now a days its very easy to inject any forum.You can secure your forum by using following code in your .htaccess # Worm sign BrowserMatchNoCase SpammerRobot bad_bot BrowserMatchNoCase SecurityHoleR… more →
UnixServerAdminwrote 2 days ago: When a web page is accessed, the server checks the extension to know how to handle the page. General … more →
wrote 3 days ago: More or less we all know that solving a problem in the programming world needs a lot detective work. … more →
wrote 6 days ago: ## ipfilterHTX by Nexus23 Labs – Beta 5 ### >Websites Owners if you are running Apache in your We … more →
wrote 1 week ago: I want to rewrite http://www.domainname.com/job.php?id=41 to job.php/41 RewriteEngine On ReWriteRule … more →
wrote 1 week ago: http://rafeekphp.wordpress.com/2009/06/06/16-great-htaccess-tricks-and-hacks/ … more →
wrote 2 weeks ago: Check out the Advanced Htpasswd/Htdigest file creator … more →
wrote 2 weeks ago: Want to redirect all links with any uppercase characters to lowercase using pure mod_rewrite within … more →
wrote 2 weeks ago: The Exploit Scanner plugin can help detect damage so that it can be cleaned up. Other things you sho … more →
wrote 2 weeks ago: RewriteRule ^abc/(.*)$ /xyz/$1 [R=302,L,QSA This will redirect example.com/abc/pink-kitten to exampl … more →
wrote 2 weeks ago: 应用情境: 配置的情景类似于Apache,可以配置虚拟主机(即绑定到域名),或配置虚拟目录来实现多个站点使用共同的代码,方便维护和部署,同时站点之间数据可以选择性共享,实现单一登陆(跨站点登陆)等功能 … more →
wrote 2 weeks ago: To change WordPress from the standard single site install to a WordPress Multisite which allows you … more →
wrote 2 weeks ago: RewriteCond %{QUERY_STRING} ^id=2$ RewriteRule (.*) http://www.domain.com/contact? [R=301,L] … more →
wrote 3 weeks ago: By Diksha Arora in WordPress Websites are no longer simple digital representations of information. W … more →
wrote 3 weeks ago: You can redirect website url to another url using .htaccess file. write following code into .htacces … more →
wrote 3 weeks ago: Ne demistim hızlı açılan sayfalar daha hızlı indexlenir ve zaman geçtikçe üst sıralara çıkmaya devam … more →
wrote 3 weeks ago: Apache web server allow directory browsing by default. It’s always good to disable directory browsin … more →
wrote 3 weeks ago: ## ipfilterHTX by Nexus23 Labs – Beta 4 ### >Websites Owners if you are running Apache in your We … more →
wrote 3 weeks ago: As a PHPer you would know what the mod_rewrite is and what the .htaccess file is right? if not a bit … more →
wrote 1 month ago: Sometimes you may have multiple domains which you want to use for your website or web application. P … more →