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, 7:01 PM   #1 (permalink)
Registered User
Fresh Surpasser
 
TheRealSol's Avatar
 
Joined in Jun 2006
6 posts
Gave thanks: 0
Thanked 0 times
Question Pre-purcahse questions

Hello, I am interested in signing up for a shared hosting package during the promotion. I do, however, have a few questions that I want answered before I do so.

1) Is Virtual Directory Support enabled in PHP?

2) What version of Apache is used?

3) Will the free package from the promotion be identical to the paid one in all features? (I assume it will have 10 addon domains too, right?)

4) Are they any limits I should know about? (Such as MySQL connection limits, e-mail limits per hour, etc.)

5) Is there any chance of seeing phpinfo() to see PHP's settings?
TheRealSol is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old June 16th, 2006, 7:07 PM   #2 (permalink)
Surpass Fan
Super #1
 
Joined in Mar 2006
1,024 posts
Gave thanks: 66
Thanked 55 times
ill answer question 3,4,5 for you, as i have just moved onto dedicated i cant answer 2 and im not sure about 1.

3. The packages are identical you are correct (yes to the 10 addon domains)
4. mysql connection limits = 20 concurrent connections, think email limit per hour is 350.
5. phpinfo as far as i am aware they will not post the phpinfo up, what is it in particular you are looking to find out.

As this is mostly a customer based forum i am sure someone else with the appropriate knowledge will be able to answer the remaining questions, I hope you choose to take surpass, you won't regrett it.
deastwood is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old June 16th, 2006, 7:12 PM   #3 (permalink)
Registered User
Fresh Surpasser
 
TheRealSol's Avatar
 
Joined in Jun 2006
6 posts
Gave thanks: 0
Thanked 0 times
Virtual Directory support is important so that I can make urls like the following: www.fakesite.com/index.php/article/102/

The actual file is index.php and then I can "explode" $PATH_INFO. This way Google treats index.php/article/102/ as a seperate page to index.php

If I used index.php?type=article&id=102 google would treat it as the same page as index.php which means poor indexing.

Without Virtual Directory Support index.php/article/102/ would return a 404 because the actual page doesn't exist.

Last edited by TheRealSol; June 16th, 2006 at 7:13 PM..
TheRealSol is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old June 16th, 2006, 7:16 PM   #4 (permalink)
Insanely
Super #1
 
Skipdawg's Avatar
 
Joined in Jul 2005
Lives in Northwest USA
4,154 posts
Gave thanks: 39
Thanked 78 times
Virtual Directory support looks to be disabled by default. You can ask surpass more about that though since it is important to you.
__________________
Skipdawg is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old June 16th, 2006, 7:18 PM   #5 (permalink)
Registered User
Fresh Surpasser
 
TheRealSol's Avatar
 
Joined in Jun 2006
6 posts
Gave thanks: 0
Thanked 0 times
It is indeed very important. If it's disabled then it wouldn't be worth it for me.

I don't suppose there's any chance of that changing?

It shouldn't really be disabled anyway, seeing as it's a way of making pages that are properly indexed.

Last edited by TheRealSol; June 16th, 2006 at 7:29 PM..
TheRealSol is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old June 16th, 2006, 7:54 PM   #6 (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
that looks like a job for mod_rewrite? which is available is it not?

otherwise i have never seen the term virtual directory used in this sense
__________________
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, 7:55 PM   #7 (permalink)
Marketing Maven
Surpass Staff
 
Kayla's Avatar
 
Joined in May 2003
Lives in Orlando
24,749 posts
Gave thanks: 946
Thanked 806 times
Quote:
Originally Posted by TheRealSol
5) Is there any chance of seeing phpinfo() to see PHP's settings?
Please see the two phpinfo files in the following directory:

http://sh99.surpasshosting.com/~phpinfot/
__________________
Follow Surpass on Twitter and Facebook
Check out the Surpass Blog



Kayla is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old June 16th, 2006, 8:22 PM   #8 (permalink)
Registered User
Fresh Surpasser
 
TheRealSol's Avatar
 
Joined in Jun 2006
6 posts
Gave thanks: 0
Thanked 0 times
Quote:
Originally Posted by Geoff
that looks like a job for mod_rewrite? which is available is it not?

otherwise i have never seen the term virtual directory used in this sense
Well my existing scripts are built to use virtual directory, a much better solution in my opinion. So it is somewhat pointless to sign up for hosting where it is disabled. Is there any paticular reason it's disabled?

Quote:
Originally Posted by Kayla
Please see the two phpinfo files in the following directory:

http://sh99.surpasshosting.com/~phpinfot/
I was under the impression that PHP 4.3.11 was used as oppose to PHP 5. So why are both included there?
TheRealSol is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old June 16th, 2006, 8:24 PM   #9 (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
Quote:
Originally Posted by TheRealSol
I was under the impression that PHP 4.3.11 was used as oppose to PHP 5. So why are both included there?
All new servers have both php 4 and php 5.
__________________
Rai 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