• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Fedora Core 1 webserver question

fogleroller

Senior member
How do I allow access to a page, on my site, only when it is linked from a certain domain/website?

for instance:

I have the specs to a race car listed on a website, but I only want people on a certain car web forum to view it. I only want it to be viewable if linked from that domain.

any help is appreciated.

(web server is Fedora core 1)
 
FC1? 😕

If you're going for stability, Fedora might not be the best choice. Why else would you not upgrade?
 
Well, Fedora's on 4 already.

You know what: never mind. If it's running fine for you, that's what matters.

Look up the documentation for .htaccess
 
you could make it a perl CGI, and use the REFERRER tag. "if $REFERRER=http://allowed.com" print the html for the page "else" kick them off, post a "please look at our forums" or something like that.
 
Back
Top