[+] Hacked By King_Wolf

[-] http://kr4lkurt.blogspot.com/

[+] king_wolf@hotmail.de 

[-] Ooops! Stop War israel!

[+] Linux aries 2.6.29-gentoo-r5 #1 SMP Sun Jul 5 23:14:10 CEST 2009 x86_64 Quad-Cor
e AMD Opteron(tm) Processor 2350 AuthenticAMD GNU/Linux uid=0(root) gid=0(root)

[-] Spc : MiyaChung , SusKuN , Thehacker , MadHunter, RobiN , By_WiwaRo , K1ngDeviL

[+] We are Muslim Hacker's

Library 4 Web » Rewrite Module/Rewrite URL/Virtual File


Sep 08 2009

Rewrite Module/Rewrite URL/Virtual File

Category: phptung12a1 @ 1:30 pm
This functions would help you to redirect a virtual page to a PHP script file. Please add the below code lines into your .htaccess file:
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase /PATH_TO_YOUR_ROOT RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /PATH_TO_YOUR_FILE/YOUR_FILE_SCRIPT [L] </IfModule>
For example:
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>
Share and Enjoy:
  • Print this article!
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks

Tags: ,

Leave a Reply