icon Get the most out of Surmunity, read our tips here! Need an interesting blog to read? You've got to read the Surpass Blog! | Welcome! Please register to access all of our features.

» Surpass Web Hosting Forums » Choosing Surpass » Questions before signing up? » Pre-purcahse questions

Questions before signing up? Ask away!

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread
Old June 16th, 2006, 8:37 PM   #10 (permalink)
Yabadabadoo
Super #1
 
Geoff's Avatar
 
Joined in Nov 2004
Lives in B.C., Canada
Hosted on Dedicated
1,013 posts
Gave thanks: 7
Thanked 28 times
well i dont fully understand what it is you want done. "Virtual Directory" means something completely different to me than what you are describing. And ive tried googling it but i cant find what you are looking for, only what i know it as

so either you are using a term not regularily used, or you are not using the right one? could you explain how it is you used this supposed feature of php in the past? for example some code, or a configuration option?
__________________
Geoff Ellis - Surpass Dedicated Server Customer
www.adepttechs.net
Geoff is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old June 16th, 2006, 8:46 PM   #11 (permalink)
Registered User
Fresh Surpasser
 
TheRealSol's Avatar
 
Joined in Jun 2006
6 posts
Gave thanks: 0
Thanked 0 times
It is quite simple really, I have a file, for example index.php.

Then I form my URLs as follows index.php/articles/102/

/articles/102/ is virtual because it doesn't really exist. index.php is run and then I can use the following: $url_array = explode("/",$PATH_INFO);

With www.test.com/index.php/articles/102/ $PATH_INFO would be index.php/articles/102/. I "explode" it into an array.

Now I can use $url_array['number'] for parts of the url. With a little script I made I can treat "articles" as the catagory and "102" as the ID. That's the equivilant of index.php?cat=articles&id=102.

The difference is Google will index index.php/articles/102/ as a seperate file to index.php. It will not treat index.php?cat=articles&id=102 as a seperate file to index.php. And to be fair, it's a bot and should not be expected to.
TheRealSol is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old June 17th, 2006, 2:46 AM   #12 (permalink)
H
after g, before i
Resident.
 
H's Avatar
 
Joined in Jul 2004
Lives in N,BC,CA
8,086 posts
Gave thanks: 48
Thanked 131 times
As far as I've heard, Google has been treating variables within URLs as seperate pages for a while now. It's certainly been that way in the past, but it's really not much of an issue these days.

As for why it's disabled by default, I don't know, but you can e-mail presales and find out if it can be enabled.
H is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old June 17th, 2006, 9:13 AM   #13 (permalink)
Registered User
Fresh Surpasser
 
TheRealSol's Avatar
 
Joined in Jun 2006
6 posts
Gave thanks: 0
Thanked 0 times
Mmm, I've definately had issues with variables and Google so I would be much more comfortable being able to use virtual directory.

Sorry, I'm unsure which is presale's e-mail from the support page.
TheRealSol is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old June 17th, 2006, 9:52 AM   #14 (permalink)
Rai
Senior Member
Super #1
 
Rai's Avatar
 
Joined in Nov 2003
Lives in Canada
Hosted on Pass14
3,770 posts
Gave thanks: 4
Thanked 20 times
Submit support tickets here:
https://desk.surpasshosting.com/

You'll get an email confirmation right away and then you will get the answers. Make sure you provide as many details as possible.
__________________
Rai is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old June 17th, 2006, 3:34 PM   #15 (permalink)
Surpass Fan
Super #1
 
Joined in Mar 2006
1,024 posts
Gave thanks: 66
Thanked 55 times
Quote:
Originally Posted by Haugland
As far as I've heard, Google has been treating variables within URLs as seperate pages for a while now. It's certainly been that way in the past, but it's really not much of an issue these days.

As for why it's disabled by default, I don't know, but you can e-mail presales and find out if it can be enabled.
#

Ive heard the same and a guy who programs some scripts for me said he had run tests and saw no difference.
deastwood is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

Posting Rules
You may post new threads
You may not post replies
You may post attachments
You may 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