.htaccess tutorial

htaccess Elite


Rewrite requests for /s/file.spl to /cgi-bin/file.php

Ask your mod_rewrite and Redirection questions here, and get answers!

Rewrite requests for /s/file.spl to /cgi-bin/file.php

Postby produke » 27 Sep 2006 07:28

Rewrite requests for /s/file.spl to /cgi-bin/file.php invisibly to the user.

Code: Select all
RewriteEngine On
RewriteBase /

RewriteRule ^s/(.*)\.spl$ /cgi-bin/$1.php [L]
User avatar
produke
 
Posts: 242
Joined: 25 Sep 2006 04:48

Postby produke » 30 Oct 2006 10:39

User avatar
produke
 
Posts: 242
Joined: 25 Sep 2006 04:48


Return to Redirect or Rewrite Questions