url addresses

This is a discussion on "url addresses" within the Web Page Design section. This forum, and the thread "url addresses are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jul 7th, 2007, 17:43
Daniel's Avatar
Elite Veteran
Join Date: Sep 2006
Location: The Kingdom of Rabbits
Age: 21
Posts: 2,051
Blog Entries: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Daniel
url addresses

Not actually sure where this goes.

With a forum how do you make the name like:

webforumz.com/webforumz-cafe/46768-webforumz-toolbar.htm

instead of all the showforum=?number4 etc...
Last Blog Entry: Assassin's Creed (Nov 22nd, 2007)
Reply With Quote

  #2 (permalink)  
Old Jul 7th, 2007, 19:43
Marc's Avatar
Moderator

SuperMember
Join Date: Apr 2007
Location: Scotland, UK
Age: 15
Posts: 1,649
Thanks: 0
Thanked 8 Times in 8 Posts
Send a message via MSN to Marc Send a message via Skype™ to Marc
Re: url addresses

I thought that was to do with vbSEO.
Reply With Quote
  #3 (permalink)  
Old Jul 7th, 2007, 19:55
Daniel's Avatar
Elite Veteran
Join Date: Sep 2006
Location: The Kingdom of Rabbits
Age: 21
Posts: 2,051
Blog Entries: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Daniel
Re: url addresses

no ive seen it on other sites as well as vbulliten.
Last Blog Entry: Assassin's Creed (Nov 22nd, 2007)
Reply With Quote
  #4 (permalink)  
Old Jul 7th, 2007, 20:52
Marc's Avatar
Moderator

SuperMember
Join Date: Apr 2007
Location: Scotland, UK
Age: 15
Posts: 1,649
Thanks: 0
Thanked 8 Times in 8 Posts
Send a message via MSN to Marc Send a message via Skype™ to Marc
Re: url addresses

do they not have vbseo aswell though?
Reply With Quote
  #5 (permalink)  
Old Jul 8th, 2007, 00:13
Daniel's Avatar
Elite Veteran
Join Date: Sep 2006
Location: The Kingdom of Rabbits
Age: 21
Posts: 2,051
Blog Entries: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Daniel
Re: url addresses

think its something to do with apache
Last Blog Entry: Assassin's Creed (Nov 22nd, 2007)
Reply With Quote
  #6 (permalink)  
Old Jul 8th, 2007, 00:43
SuperMember

SuperMember
Join Date: May 2006
Location: North West, UK
Age: 22
Posts: 1,173
Thanks: 0
Thanked 0 Times in 0 Posts
Re: url addresses

Google [url rewrite] as far as I'm aware there are a few tutorials out there but can get pretty complex, so be warned. I know Karinne was doing something like this a while ago, dunno if she managed it though.


Pete.
Reply With Quote
  #7 (permalink)  
Old Jul 8th, 2007, 11:32
Daniel's Avatar
Elite Veteran
Join Date: Sep 2006
Location: The Kingdom of Rabbits
Age: 21
Posts: 2,051
Blog Entries: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Daniel
Re: url addresses

Bloody hell that does look hard - anyone fancy doing it for me 8)
Last Blog Entry: Assassin's Creed (Nov 22nd, 2007)
Reply With Quote
  #8 (permalink)  
Old Jul 9th, 2007, 15:22
karinne's Avatar
SuperMember

SuperMember
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: url addresses

Yeah ... I tried and I still didn't get it working!
Reply With Quote
  #9 (permalink)  
Old Jul 9th, 2007, 15:28
SuperMember

SuperMember
Join Date: May 2006
Location: North West, UK
Age: 22
Posts: 1,173
Thanks: 0
Thanked 0 Times in 0 Posts
Re: url addresses

It's something to with the .htaccess isn't it. It all looks very complicated to me. Though I did manage to do it a while back when I was first messing around with blogs but I can't remember where I got the info or the tutorial. Strange.

Pete.
Reply With Quote
  #10 (permalink)  
Old Jul 9th, 2007, 15:31
karinne's Avatar
SuperMember

SuperMember
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: url addresses

yep ... it's .htaccess

This is the code I tried

Code: Select all
Options +FollowSymLinks
RewriteEngine On
RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^.*\/archive\/.*_bid([0-9]*).* /archive/?bid=$1
Reply With Quote
  #11 (permalink)  
Old Jul 9th, 2007, 16:01
Daniel's Avatar
Elite Veteran
Join Date: Sep 2006
Location: The Kingdom of Rabbits
Age: 21
Posts: 2,051
Blog Entries: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Daniel
Re: url addresses

and did taht work?
Last Blog Entry: Assassin's Creed (Nov 22nd, 2007)
Reply With Quote
  #12 (permalink)  
Old Jul 9th, 2007, 16:08
karinne's Avatar
SuperMember

SuperMember
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: url addresses

No

It's something with the FollowSymLinks line ... but ... not sure.
Reply With Quote
  #13 (permalink)  
Old Jul 9th, 2007, 16:17
Daniel's Avatar
Elite Veteran
Join Date: Sep 2006
Location: The Kingdom of Rabbits
Age: 21
Posts: 2,051
Blog Entries: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Daniel
Re: url addresses

What does Webforumz use for this site then?
Last Blog Entry: Assassin's Creed (Nov 22nd, 2007)
Reply With Quote
  #14 (permalink)  
Old Jul 9th, 2007, 19:40
spinal007's Avatar
Moderator
Join Date: Mar 2004
Location: Good Ol'London
Age: 22
Posts: 1,620
Blog Entries: 1
Thanks: 0
Thanked 2 Times in 2 Posts
Send a message via ICQ to spinal007 Send a message via MSN to spinal007 Send a message via Yahoo to spinal007 Send a message via Skype™ to spinal007
Re: url addresses

Webforumz uses vbSEO, but a previous suggestion of URL Rewrite is correct (as long as your being hosted on a Apache server, not Windows)
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
Reply With Quote
  #15 (permalink)  
Old Jul 9th, 2007, 20:23
Daniel's Avatar
Elite Veteran
Join Date: Sep 2006
Location: The Kingdom of Rabbits
Age: 21
Posts: 2,051
Blog Entries: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Daniel
Re: url addresses

Jacob what am I hosted on?
Last Blog Entry: Assassin's Creed (Nov 22nd, 2007)
Reply With Quote
  #16 (permalink)  
Old Jul 9th, 2007, 21:28
Marc's Avatar
Moderator

SuperMember
Join Date: Apr 2007
Location: Scotland, UK
Age: 15
Posts: 1,649
Thanks: 0
Thanked 8 Times in 8 Posts
Send a message via MSN to Marc Send a message via Skype™ to Marc
Re: url addresses

More than likely linux, since Jacob is hosted on site5 i think and i dont think Site5 have microsoft hosting.
Reply With Quote
Reply

Tags
help

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
web addresses without the .cfm file... lockmac Other Programming Languages 3 Feb 28th, 2008 06:55
Website for Certain IP Addresses or Email Addresses pepe_starr Web Page Design 9 May 9th, 2006 15:04


All times are GMT. The time now is 17:39.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43