Re: Rewrite rule - Check by file exist...

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, Oct 2, 2008 at 4:27 AM, howard chen <howachen@xxxxxxxxx> wrote:
> Hello,
>
> Is it possible to do the following, just using sort of rewrite rules
> in httpd.conf,
>
> E.g.    http://www.example.com/foo
>
> ALGO:
>
> If a file foo.html exist
>        rewrite to target.html
> Else
>        404 not found
>
>
> The foo is just a dynamic variables...

Something like this:

RewriteEngine On

RewriteCond %{REQUEST_FILENAME}  -f
RewriteRule .* target.html

The "404 not found" will happen automatically when the file doesn't exist.

Krist


-- 
krist.vanbesien@xxxxxxxxx
krist@xxxxxxxxxxxxx
Bremgarten b. Bern, Switzerland
--
A: It reverses the normal flow of conversation.
Q: What's wrong with top-posting?
A: Top-posting.
Q: What's the biggest scourge on plain text email discussions?

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux