Jump to content

xzazx

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

xzazx's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Okay well I'm making a simple thing. When you type in : www.myserver.com/Username, it should direct you to www.myserver.com/showprofile.php?id=Username I made a .htaccess file with the following code: [code=php:0] RewriteEngine On RewriteRule ^(.*)$ /showprofile.php?id=$1 [L] [/code] That works perfectly, does what I want, BUT (yes there's always a but ) when I try to open other files which are in the root folder, such as index.php or viewforum.php or so, it just does the same with the files (offcourse, because that's what I programmed in the .htaccess), and so kicks in showprofile.php?id=index.php ... Which is offcourse not what I want. Now I read about conditions.. And want to ask if you people can help me with a solution condition code to filter those files out (so, not put them in the url and just threat them as normal). Thanks in advance, hope to hear from you Greets, Maikel
  2. Ok, I\'ve got a text in the DB, and in that text, is the text : http://www.xzazx.com Now, when I view it in the browser, it just displays this as an text, and I want it to be a link. How can i do this plz? here\'s what i mean : http://www.xzazx.com/forum/index.php?fid=1...c&id=19&start=0 thx!
×
×
  • 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.