PDA

View Full Version : Is this possible with .htaccess


Go3team
12-24-2003, 03:54 AM
Since I am a complete idiot when it comes to programming, I guess I have to ask if this is possible with .htaccess:

When a file is hotlinked (video files), I still want it to be accessed but I would also like the homepage to be opened up in a new window. But not opened up with internal browsing.

firepages
12-27-2003, 03:34 PM
possibly using mod_rewrite you could pass hotlinked requests to your index page ..., mod_rewrite could also pass the appropriate request data to your index page which could then create the required javascript to run the popup ...

you just need a mod_rewrite guru .. you may find one in the right forum , eg server-side programming