Jump to content

FuzzyLogik

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

FuzzyLogik's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. All I want to do is catch pretty much everything... basically, I want people to be able to put the following into the address bar, and land on the same page: mysite.com/this_is_an_example mysite.com/this is an example so basically I want to replace spaces with underscores (as it ultimately redirects to: mysite.com/index.php?page=this_is_an_example3 The other problem is allowing numbers in the string, so this would work as well: mysite.com/catch 22 (page=catch_22) or mysite.com/l33t (page=l33t) I suck as the regexp :'( Can anyone teach me? thanks.
  2. [quote author=shawn2page link=topic=109959.msg454799#msg454799 date=1161326102] This code has been helpful for me but I am having a problem.  I have set the code up as follows: RewriteRule ^([A-Za-z]+)$ profile.php?ID=$1 So is they type www.mysite.com/johndoe it will take them to johndoe's page on our site.  But the problem I have is if a member signs up with member name mark2000 the code will not work.  How can i set it up to work with numbers? [/quote] Seconded.  How would I change the expression to allow number as well (in any order)
  3. I would like to set up my page to be able to be used like this: http://www.mysite.com/this or http://www.mysite.com/that (without creating separate folders for each and making an index file ) I am using apache, so if I have to use .htaccess, I can.
×
×
  • 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.