When you redirect them add the url to the place you send them to...
For example, for

http://www.example.org/somehomedir -->
http://www.example.org/someotherplace?from=somehomedir

The rewrite might be

RewriteCond %{REQUEST_FILENAME} !\/someotherplace
RewriteRule \/(.*)$ http://www.example.org/someotherplace?from=$1

On 05/07/06, star moon <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
>
> Hi
>
>  I want $_HTTP_REFERER in current page
>  but HTTP_REFERER not woking i thing coz of proxy.
>  is there any way to get previous url?.
>
>  What i have done here.
>  In my site i provide home page name for user http://xyz.com/homepagename
>  if he enter then by using .htaccess file i redirect it to some other page
>  where i use HTTP_REFERER for trapping homepage name.
>
>  Is there any other way.
>
>
>  Thanks in advance for help.
>  Star
>
>
>
>  ---------------------------------
>  Yahoo! India Answers: Share what you know. Learn something new Click here
>  Catch all the FIFA World Cup 2006 action on Yahoo! India Click here
>
>  [Non-text portions of this message have been removed]
>
>  


------------------------ Yahoo! Groups Sponsor --------------------~--> 
Check out the new improvements in Yahoo! Groups email.
http://us.click.yahoo.com/6pRQfA/fOaOAA/yQLSAA/HKFolB/TM
--------------------------------------------------------------------~-> 

Community email addresses:
  Post message: php-list@yahoogroups.com
  Subscribe:    [EMAIL PROTECTED]
  Unsubscribe:  [EMAIL PROTECTED]
  List owner:   [EMAIL PROTECTED]

Shortcut URL to this page:
  http://groups.yahoo.com/group/php-list 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/php-list/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to