• Private URL to members profile 1 0 5 1
Currently:  

Author Topic: Private URL to members profile  (Read 147984 times)

0 Members and 1 Guest are viewing this topic.

Offline www.72px.de

  • Newbie
  • *
  • Posts: 35
    • View Profile
Re: Private URL to members profile
« Reply #45 on: August 13, 2005, 04:34:01 PM »
Mhm okay I'm impressed ^^

Anyway thanks a million for your help! :) Would be interesting to know how this works on other people's sites..  :?

www.72px.de - free digital images

TheOracle

  • Guest
Re: Private URL to members profile
« Reply #46 on: August 13, 2005, 04:36:03 PM »
Quote

Would be interesting to know how this works on other people's sites..


This reminds me, I actually have a place I could test this MOD on with .htaccess file. ;)

Offline www.72px.de

  • Newbie
  • *
  • Posts: 35
    • View Profile
Re: Private URL to members profile
« Reply #47 on: August 13, 2005, 04:42:26 PM »
You definitely would be my hero of the day! ;)
Thanks in advance...
www.72px.de - free digital images

TheOracle

  • Guest
Re: Private URL to members profile
« Reply #48 on: August 13, 2005, 04:45:08 PM »
Quote

my hero of the day!


Like the song : "They're off to find the hero of the day".   :mrgreen:

Posting the results in a couple of mins . . .

Offline www.72px.de

  • Newbie
  • *
  • Posts: 35
    • View Profile
Re: Private URL to members profile
« Reply #49 on: August 13, 2005, 04:49:02 PM »
Metallica? ^^ Think I got it somewhere...
www.72px.de - free digital images

TheOracle

  • Guest
Re: Private URL to members profile
« Reply #50 on: August 13, 2005, 04:53:23 PM »
I play the intro often on my guitar personally. ;)

Anyway, let's focus on the issue for now.

TheOracle

  • Guest
Re: Private URL to members profile
« Reply #51 on: August 13, 2005, 04:56:47 PM »
Update :

I have just tested this with the .htaccess file. No 404 error message appears. Seems it is the case for you, it would seems there might be an apache configuration error from your end. Perhaps you should contact your ISP to take a look at this problem. ;)

Offline www.72px.de

  • Newbie
  • *
  • Posts: 35
    • View Profile
Re: Private URL to members profile
« Reply #52 on: August 13, 2005, 05:01:30 PM »
Funny thing...isn't it...
Any idea WHAT config error? Just to have something to search for.. :(
Thanks for trying!
www.72px.de - free digital images

TheOracle

  • Guest
Re: Private URL to members profile
« Reply #53 on: August 13, 2005, 05:03:00 PM »
There are many documentations you could find on Google on this subject actually. ;)

Offline www.72px.de

  • Newbie
  • *
  • Posts: 35
    • View Profile
Re: Private URL to members profile
« Reply #54 on: August 13, 2005, 05:05:29 PM »
Wonderful.. :(
So do you think there is another way of shortening the URL to the member profile significantly?
I thought about something like virtual subdomains but this seems to be a hundred times more difficult.. :(
www.72px.de - free digital images

TheOracle

  • Guest
Re: Private URL to members profile
« Reply #55 on: August 13, 2005, 05:13:52 PM »
Hum ... not sure but

change :

Quote

<Files *>


to :

Code: [Select]

<Files who.php>


in your .htaccess file. Will this work ?

Offline www.72px.de

  • Newbie
  • *
  • Posts: 35
    • View Profile
Re: Private URL to members profile
« Reply #56 on: August 13, 2005, 05:18:27 PM »
Nope... no change. Sorry ;)
www.72px.de - free digital images

TheOracle

  • Guest
Re: Private URL to members profile
« Reply #57 on: August 13, 2005, 05:22:50 PM »
In that case, this is definitely a server issue. Sorry.

Offline www.72px.de

  • Newbie
  • *
  • Posts: 35
    • View Profile
Re: Private URL to members profile
« Reply #58 on: August 13, 2005, 05:24:59 PM »
Seems you are correct. Anyway thanks for testing. If you have any idea of shortening the URLs in a different way... let me know! ;)
www.72px.de - free digital images

TheOracle

  • Guest
Re: Private URL to members profile
« Reply #59 on: August 13, 2005, 05:29:30 PM »
Quote

If you have any idea of shortening the URLs in a different way


I'm not quite sure what you mean by shortening the URL ... could you elaborate that ? Like - an example ? ;)

P.S : The URL structure has nothing to do with the error you're currently facing with your .htaccess file . . .