I was wondering if there is a way to use the Alias directive with just one file. Or there was a hack to do this, without having to go into another directory.

link|improve this question

24% accept rate
feedback

2 Answers

Yes you can - the config for the Alias directive says:

Syntax: Alias URL-path file-path|directory-path

So you can have a directive such as:

Alias /robots.txt /path/to/robots.txt

link|improve this answer
feedback

You could use mod_rewrite. Here is a good tutorial explaining how it works and how to use it:

http://articles.sitepoint.com/article/guide-url-rewriting

link|improve this answer
1  
No need for mod_rewrite, where simple Alias will do. – Jacek Konieczny Mar 2 '10 at 19:37
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.