News:

Click here for Toll-Free Service for your business starting at $2.00 per month

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - milkywaylynx

#1
Support Requests / Re: Annual Fee POLL - Please vote.
September 01, 2011, 03:50:26 AM
$10 a year is very fair.
#2
Support Requests / Re: Should the service continue?
March 02, 2011, 06:35:07 AM
Yes, I will renew! Your service has always been excellent.

Unfortunately, I didn't receive a reminder e-mail and have forgotten to pay this year. Sorry about that. How do I make up for the belated fees? My username's the same as this one, milkywaylynx.

Edit: Never mind, I've found the links. Renewed for three years :)
#3
I'm having a problem with this...

In root/.htaccess:

RewriteEngine On
RewriteCond %{HTTP_HOST} ^(www\.)?uhsamc\.hopto\.org$
RewriteRule ^(club\/)?(.*)$ club/$2 [L]

I also put this in root/club/.htaccess, but it doesn't make a difference (even without it, the url still works):

RewriteEngine On
RewriteCond %{HTTP_HOST} !^(www\.)?uhsamc.hopto.or$
RewriteRule ^(club/)?(.*)$ http://uhsamc.hopto.org/$2 [L,R=301]

"uhsamc.hopto.org" should point to root/club. This works. However, when I try to access a folder called "test" in club, if I type in "uhsamc.hopto.org/test", it redirects me to "uhsamc.hopto.org/club/test". Any way to allow me to type in "uhsamc.hopto.org/test" and not have it redirect to "uhsamc.hopto.org/club/test"?