littleman

msg:1529594 | 4:58 pm on Apr 25, 2001 (gmt 0) |
It really depends on how you do it. Do you have mod_rewrite? I don't think you want to use a redirect header.
|
theperlyking

msg:1529595 | 5:18 pm on Apr 25, 2001 (gmt 0) |
Yep I have mod_rewrite, it's what i'm planning to use. I can't imagine the SE balking at it but I was just wondering if anyone knew better.
|
littleman

msg:1529596 | 5:22 pm on Apr 25, 2001 (gmt 0) |
Then this would do the trick. RewriteEngine on RewriteBase / RewriteRule ^robots\.txt$ robots.pl I do something similar.
|
theperlyking

msg:1529597 | 6:05 pm on Apr 25, 2001 (gmt 0) |
Good, I know how to do it I was just scared :) Thanks
|
littleman

msg:1529598 | 6:17 pm on Apr 25, 2001 (gmt 0) |
Well, I guess you would judging from your name ;). If you are real paranoid, I'd take the time to make sure the script's header matches up. It might be wise to make the script a 'nph-' and craft the header info your self depending on what the scripts output is.
|
theperlyking

msg:1529599 | 7:42 pm on Apr 25, 2001 (gmt 0) |
Well my name is just fun, I kludge rather than code :) Thanks for the real world advice I'll have a go.
|
|