Blogs about: Htaccess

Featured Blog

How can I execute PHP code on my existing myfile.html page?1 comment

suhasrathod wrote 2 days ago: When a web page is accessed, the server checks the extension to know how to handle the page. General … more →

Tags: php, HTML / CSS, HTML, Programming

Have faith in your detective mind while dealing with php.ini and apache2

Md. Rizvi Hasan wrote 3 days ago: More or less we all know that solving a problem in the programming world needs a lot detective work. … more →

Tags: Open-Source, codeproject, PHP5, PHP ini, Apache, Apache2, upload_max_filesize, LOG, apache log

ipfilterHTX by Nexus23 Labs – Beta 5

ipfilterx wrote 6 days ago: ## ipfilterHTX by Nexus23 Labs – Beta 5 ### >Websites Owners if you are running Apache in your We … more →

Tags: DDoS, IpfilterX, nexus23, malware, Ranges, Apache, bruteforce, ngix, webserver

Url rewriting with .htaccess

wonderphp wrote 1 week ago: I want to rewrite http://www.domainname.com/job.php?id=41 to job.php/41 RewriteEngine On ReWriteRule … more →

Tags: General

Htaccess-tricks-and-hacks

linodavis wrote 1 week ago: http://rafeekphp.wordpress.com/2009/06/06/16-great-htaccess-tricks-and-hacks/ … more →

Generate .htpasswd

Charles Torvalds wrote 2 weeks ago: Check out the Advanced Htpasswd/Htdigest file creator … more →

Tags: .htpasswd, Tutorial, encryption

Redirecting Links from Uppercase to Lowercase with .htaccess

Charles Torvalds wrote 2 weeks ago: Want to redirect all links with any uppercase characters to lowercase using pure mod_rewrite within … more →

Tags: mod_rewrite, RewriteRule ^(.*)$, RewriteCond

WP - I've been hacked. What do I do now?2 comments

suhasrathod wrote 2 weeks ago: The Exploit Scanner plugin can help detect damage so that it can be cleaned up. Other things you sho … more →

Tags: WordPress, wordpress 2, Security, Filezilla

Rewrite a folder name using .htaccess

wonderphp wrote 2 weeks ago: RewriteRule ^abc/(.*)$ /xyz/$1 [R=302,L,QSA This will redirect example.com/abc/pink-kitten to exampl … more →

Tags: General

Drupal - 单一代码核心配置多个站点

pheliox wrote 2 weeks ago: 应用情境: 配置的情景类似于Apache,可以配置虚拟主机(即绑定到域名),或配置虚拟目录来实现多个站点使用共同的代码,方便维护和部署,同时站点之间数据可以选择性共享,实现单一登陆(跨站点登陆)等功能 … more →

Tags: It & Computers, Unix, Linux, Fedora, Web development, Apache, mysql, Drupal, Multisite

Install WordPress with Multiple Domains or Subdomains6 comments

Siddharth Jain wrote 2 weeks ago: To change WordPress from the standard single site install to a WordPress Multisite which allows you … more →

Tags: WordPress, php, wordpress 2, File Transfer Protocol, Uniform Resource Locator, Multisite, MU in WP, MU, subdomain

301 Redirect Based on query string

bugsfix wrote 2 weeks ago: RewriteCond %{QUERY_STRING} ^id=2$ RewriteRule (.*) http://www.domain.com/contact? [R=301,L] … more →

Tags: Web development, query string, 301 Redirect

An overview of WordPress htaccess and Some Tweaks to It

Paul Schaecker wrote 3 weeks ago: By Diksha Arora in WordPress Websites are no longer simple digital representations of information. W … more →

Tags: wordpress 2, WordPress, web design and development

Redirect from one website url to another url3 comments

PHP Technology Tutorials wrote 3 weeks ago: You can redirect website url to another url using .htaccess file. write following code into .htacces … more →

Tags: php, url redirect

Seo ve gzip sıkıştırma

rooteto 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 →

Tags: SEO, seo 2, Sunucu, server, WordPress, gzip, php

disable directory listing using .htaccess1 comment

sandeepshirsat wrote 3 weeks ago: Apache web server allow directory browsing by default. It’s always good to disable directory browsin … more →

Tags: php, Apache HTTP Server, apche, disable directory using .htaccess

ipfilterHTX by Nexus23 Labs – Beta 4

ipfilterx wrote 3 weeks ago: ## ipfilterHTX by Nexus23 Labs – Beta 4 ### >Websites Owners if you are running Apache in your We … more →

Tags: DDoS, Apache, bruteforce, ngix, ipfilterHTX, webserver, Attackers, white head, hostile server

mod_rewrite not working on mac. Enabling .htaccess problem on mac

gullele 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 →

Tags: php, Mac OS, Mac, mod_rewrite, enable

.htaccess - Redirect all URLs to a specific sub domain6 comments

ykyuen wrote 1 month ago: Sometimes you may have multiple domains which you want to use for your website or web application. P … more →

Tags: Apache, SEO


Related Tags
All →

Follow this tag via RSS