Jump to content

Modify Displayed URL address after page load?


Jetfire

Recommended Posts

your web server MUST allow htaccess..

 

in your domain's home directory

 

put a file called ".htaccess"

 

inside of this file put something like..

 

RewriteEngine on

RewriteRule ^whatever/lol$ file.php?name=whatever&extraInfo=lol

 

that would redirect to file.php transparently meanwhile maintaining the original request URI in the address bar, there is way more complicated ways to use rewrites but that is an example..

Link to comment
Share on other sites

dark water is right

 

but rly you can't show information without either FORCING DOWNLOAD (which sometimes when unexpected scares away users), or showing a relative path to the file..

 

you could, however, set up a ticketing system..

 

when when a user requests the file.. they get sent to a landing zone.. then the landing zone generattes a ticket associated with your IP, or denies them a ticket, depending on what criteria you want.. then when the user requests the file, remove him from the database, and then push him the data.. so that if the user gives out the url

 

whatever.com/theFile.php?file=howdy.pdf

 

if I took that from ur server if you require an active ticket.. if I gave that to my friend.. hed get denied because I don't have an active ticket..

 

its a form of security

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.