Go Back   HostGator Peer Support Forums > HostGator Announcements > General Announcements

Notices

Reply
 
Thread Tools
  #51  
Old 11-27-2007, 02:38 PM
calum's Avatar
calum calum is offline
Swamp Croc
 
Join Date: Jun 2007
Location: Aberdeen, Scotland
Posts: 326
Default Re: Htaccess Generator

Is there any possibility of getting it added to the x3 skin, I use the x3 skin and can't find any of the extras and I think they are very useful.
Reply With Quote
  #52  
Old 12-03-2007, 03:33 PM
keyreviews keyreviews is offline
Hatchling Croc
 
Join Date: Aug 2007
Posts: 36
Default Re: Htaccess Generator

How about a choice for forcing www., the forging the removal of www. or the default of "Allow both"

To force no www. you could add:

RewriteEngine on
RewriteCond %{HTTP_HOST} ^www\.(.*) [nc]
RewriteRule ^(.*)$ http://%1/$1 [r=301,nc,l]

The lines to force www. would be similar.
__________________
Thomas Tremain
Internet Consultant
Offline cPanel Backups
Web Hosting Reviews
Reply With Quote
  #53  
Old 01-08-2008, 09:51 AM
dsh dsh is offline
Hatchling Croc
 
Join Date: Jan 2008
Posts: 1
Unhappy Re: Htaccess Generator

Quote:
Originally Posted by GatorDaveC View Post
We are currently pushing out another release of HG Extras on the Shared Servers which includes a Site Studio tool, and a couple of other bug fixes.
The "create site studio account" button is non-functional, and clicking "login to site studio" asks for a user account. How does one create an account?
Reply With Quote
  #54  
Old 01-14-2008, 03:28 AM
Dazzozo Dazzozo is offline
Hatchling Croc
 
Join Date: Jan 2008
Posts: 2
Default Re: Htaccess Generator

Quote:
Originally Posted by dsh View Post
The "create site studio account" button is non-functional, and clicking "login to site studio" asks for a user account. How does one create an account?
I have the exact same problem, clicking "create site studio account" just refreshes the page for me. "login to site studio" takes me to the login page and it displays an error saying that account doesn't exist.

Reply With Quote
  #55  
Old 01-15-2008, 12:35 AM
osirion's Avatar
osirion osirion is offline
Swamp Croc
 
Join Date: Dec 2004
Location: South Africa
Posts: 224
Default Re: Htaccess Generator

Very cool stuff
If you do ever end up putting it on Reseller servers though, it would have to be unbranded.
Reply With Quote
  #56  
Old 01-16-2008, 06:15 AM
GeCe GeCe is offline
Hatchling Croc
 
Join Date: Jan 2008
Posts: 7
Default Re: Htaccess Generator

When Error check gives process warning, hanging or running processes can list.
Reply With Quote
  #57  
Old 01-18-2008, 12:08 AM
WIZ WIZ is offline
Hatchling Croc
 
Join Date: Nov 2007
Posts: 1
Default Re: Htaccess Generator

I personally do HT work directly, but a very cool addon
Reply With Quote
  #58  
Old 01-18-2008, 01:14 AM
will bradley will bradley is offline
Hatchling Croc
 
Join Date: Jan 2008
Posts: 1
Lightbulb Re: Htaccess Generator

Quote:
Originally Posted by Dazzozo View Post
I have the exact same problem, clicking "create site studio account" just refreshes the page for me. "login to site studio" takes me to the login page and it displays an error saying that account doesn't exist.

well since other people seem to be having this same problem i will share my experience. i signed up to hostgator today and have been fiddling around and tried to access Site Studio, I also had the same problem when clicking "create site studio account" - page refreshes and thats it. so i called support and spoke with someone who gave me a link to https://secure.hostgator.com/resellerssitestudio.php ... it will lead you to the sign up page but asks you to agree to a $2/mo fee? i used the chat support this time and was told that the fee will not be charged, and that it is in fact free. very confusing, well i vote the button should be fixed to save other from the same headache.
will
Reply With Quote
  #59  
Old 02-02-2008, 09:54 AM
funkysht funkysht is offline
Hatchling Croc
 
Join Date: Feb 2008
Posts: 1
Default Re: Htaccess Generator

Quote:
Originally Posted by will bradley View Post
well since other people seem to be having this same problem i will share my experience. i signed up to hostgator today and have been fiddling around and tried to access Site Studio, I also had the same problem when clicking "create site studio account" - page refreshes and thats it. so i called support and spoke with someone who gave me a link to https://secure.hostgator.com/resellerssitestudio.php ... it will lead you to the sign up page but asks you to agree to a $2/mo fee? i used the chat support this time and was told that the fee will not be charged, and that it is in fact free. very confusing, well i vote the button should be fixed to save other from the same headache.
will


This is the correct link: https://secure.hostgator.com/sitestudio.php
Reply With Quote
  #60  
Old 03-06-2008, 03:59 AM
Jordanlw's Avatar
Jordanlw Jordanlw is offline
Royal Croc
 
Join Date: Dec 2007
Location: Australia
Posts: 425
Default Re: Htaccess Generator

Will this be updated with more features?
Or is this a dead project..?
__________________
http://free-vent.com Providing FREE PUBLIC Ventrilo (VOIP) use.
Reply With Quote
  #61  
Old 03-12-2008, 04:32 PM
sscajun sscajun is offline
Hatchling Croc
 
Join Date: Jul 2006
Posts: 2
Default Re: Htaccess Generator

I'm a newbie to some of this backend stuff, but I did want to use this to upgrade my php from 4 to 5. Can someone please explain the other options to me (in non-technical language) so I know whether or not I want to select "on" or "off" for "directory indexes", "mod_security", and what to do about the default directory index?

Thanks!
Reply With Quote
  #62  
Old 03-20-2008, 03:38 PM
PARoss's Avatar
PARoss PARoss is offline
Hatchling Croc
 
Join Date: Aug 2006
Posts: 18
Default Re: Htaccess Generator

I used the Cpanel Add Redirect for one page, then reproduced that pattern with my editor. But when I uploaded the .htaccess file, I got a 501 server error. When I deleted the .htaccess file, the error quit. The .htaccess files follows:


RewriteEngine on
RewriteCond %{HTTP_HOST} ^.*$
RewriteRule ^contacts.html$ http://www.conveyweigh.com/Contact.htm [R=301,L]
RewriteRule ^singleidler.html$ http://www.conveyweigh.com/CW-1i.htm [R=301,L]
RewriteRule ^spdfeatures.html$ http://www.conveyweigh.com/SpeedSensor.htm [R=301,L]
RewriteRule ^threeidler.html$ http://www.conveyweigh.com/CW-3i.htm [R=301,L]
RewriteRule ^retrofitkit.html$ http://www.conveyweigh.com/CS_SRK.htm [R=301,L]
RewriteRule ^commpage.html$ http://www.conveyweigh.com/Policies.htm [R=301,L]
RewriteRule ^about us.html$ http://www.conveyweigh.com/About.htm [R=301,L]
RewriteRule ^intfeatures.html$ http://www.conveyweigh.com/Integrator.htm [R=301,L]
RewriteRule ^wbfeatures.html$ http://www.conveyweigh.com/WeighBridge.htm [R=301,L]
RewriteRule ^dualidler.html$ http://www.conveyweigh.com/CW-2i.htm [R=301,L]
RewriteRule ^fouridler.html$ http://www.conveyweigh.com/CW-4i.htm [R=301,L]
RewriteRule ^options.html$ http://www.conveyweigh.com/ScaleOptions.htm [R=301,L]
RewriteRule ^cwfoldout.pdf$ http://www.conveyweigh.com/ConveyWeighBrochure.pdf [R=301,L]
RewriteRule ^data sheet.pdf$ http://www.conveyweigh.com/ScaleDataSheet.pdf.htm [R=301,L]
RewriteRule ^Which.html$ http://www.conveyweigh.com/WhichScale.htm [R=301,L]
RewriteRule ^datasheet.html$ http://www.conveyweigh.com/QuotationRequest.htm [R=301,L]
RewriteRule ^integrator.html$ http://www.conveyweigh.com/Integrator.htm [R=301,L]
RewriteRule ^fully assembled.html$ http://www.conveyweigh.com/FullyAssembled.htm [R=301,L]
RewriteRule ^modular.html$ http://www.conveyweigh.com/ModularDesign.htm [R=301,L]
RewriteRule ^dealer.html$ http://www.conveyweigh.com/DealerOpportunities.htm [R=301,L]

ErrorDocument 500 /errorpage.htm
ErrorDocument 301 /errorpage.htm
ErrorDocument 400 /errorpage.htm
ErrorDocument 404 /errorpage.htm

Why doesn't it work?

Phil
__________________
WebProper.com & PARoss Services
Reply With Quote
  #63  
Old 03-20-2008, 05:22 PM
slapshotw's Avatar
slapshotw slapshotw is offline
Veteran Croc
 
Join Date: Jun 2006
Posts: 5,164
Default Re: Htaccess Generator

You have a lot of rules with ,L. ,L means last. I'd think only one can have that per condition.

I'd suggest trying it with just two first. Experiment with getting two rules working by taking away Ls, rewriting the condition, whatever, and then replicate that out.

Also consider using the "Redirect" command instead:
Code:
Redirect 301 /contacts.html http://www.conveyweigh.com/Contact.htm
Remember that you have to use the entire URL for the "redirect to" part (including http://www.).
__________________
Follow me on Twitter! http://twitter.com/mrw
Reply With Quote
  #64  
Old 03-20-2008, 07:32 PM
GatorChrisN's Avatar
GatorChrisN GatorChrisN is offline
HostGator Staff
 
Join Date: Feb 2008
Posts: 1,297
Default Re: Htaccess Generator

Quote:
Originally Posted by dsh View Post
The "create site studio account" button is non-functional, and clicking "login to site studio" asks for a user account. How does one create an account?
Sitestudio has to be requested here:

https://secure.hostgator.com/resellerssitestudio.php

If you want a builder application and you are on a shared plan you can go here and we will get you set up with Sitebuilder:

https://secure.hostgator.com/sitebuilder.php
Reply With Quote
  #65  
Old 03-20-2008, 08:06 PM
RainbowViper's Avatar
RainbowViper RainbowViper is offline
King Croc
 
Join Date: Mar 2008
Location: St Paul MN
Posts: 814
Default Re: Htaccess Generator

Perhaps I missed this in all the postings above (and I realize it was old) but is the htaccess generator utility still available??

It sounds like it was rolled out on Gator x to 200, but I'm up in the high 300's. Did it ever get installed to that range?

It sure sounds nice.

Or am I just NOT seeing it in my cPanel?


Thanks in advance.

Last edited by RainbowViper; 03-20-2008 at 08:09 PM.
Reply With Quote
  #66  
Old 03-21-2008, 12:39 AM
neerav's Avatar
neerav neerav is offline
Hatchling Croc
 
Join Date: Jun 2006
Posts: 6
Default Re: Htaccess Generator

Quote:
Originally Posted by PARoss View Post
I used the Cpanel Add Redirect for one page, then reproduced that pattern with my editor. But when I uploaded the .htaccess file, I got a 501 server error. When I deleted the .htaccess file, the error quit.
Check line endings. Windows and Mac line endings on Linux messes things up, if the uploading tool didn't make the appropriate changes.

I don't think the RewriteCond is required. The L is required in your case since you don't want rewriting to continue IF a particular rule has been matched.

The Redirect seems like a very good option since you're not doing any real rewriting.
__________________
Neerav
Reply With Quote
  #67  
Old 05-18-2008, 05:06 PM
Gorkfu's Avatar
Gorkfu Gorkfu is offline
Baby Croc
 
Join Date: Oct 2007
Posts: 72
Default Re: Htaccess Generator

Are these extra features available when using the x3 Theme? I can't seem to find them. I really like using the 500 internal error checker.
__________________
The RSWR Network - RSWR Blog
Reply With Quote
  #68  
Old 05-18-2008, 05:43 PM
gwyneth's Avatar
gwyneth gwyneth is offline
Supreme Croc
 
Join Date: Sep 2006
Location: up north
Posts: 6,843
Default Re: Htaccess Generator

Here are some alternatives.

First, a web based .htaccess generator:

htaccess Generator

Second, a forum thread:

Site studio alternatives even novices can use
Reply With Quote
  #69  
Old 05-18-2008, 05:57 PM
Gorkfu's Avatar
Gorkfu Gorkfu is offline
Baby Croc
 
Join Date: Oct 2007
Posts: 72
Default Re: Htaccess Generator

I don't use the generators I do all that stuff by hand. I guess I posted my question in the wrong thread, but I couldn't find the original thread about the internal error checker.
__________________
The RSWR Network - RSWR Blog
Reply With Quote
  #70  
Old 06-01-2008, 11:09 AM
JacobHaug JacobHaug is offline
Hatchling Croc
 
Join Date: Jan 2008
Location: On the Internet!
Posts: 1
Default Re: Htaccess Generator

I don't see this option within my cpanel. Can it be added to my account? Also, I can't figure out how to change to the X3 skin.
Reply With Quote
  #71  
Old 06-01-2008, 03:09 PM
vikitty vikitty is offline
Hatchling Croc
 
Join Date: May 2008
Posts: 2
Default Re: Htaccess Generator

Jacob, you need to open a support ticket and ask them to change you to the X3 skin.
Reply With Quote
  #72  
Old 07-03-2008, 04:10 AM
imrankhan imrankhan is offline
Hatchling Croc
 
Join Date: May 2008
Posts: 1
Default Re: Htaccess Generator

Sir I want to redirect my php dynamic page to on domain to anther domain
for example I have used following in .htaccess file.
redirect 301 /display-article.php?catid=11&id=82 http://www.mydomainname.com/display-...catid=11&id=82

My other page are redirected successfully but these dynamic page are not.
Please help
Reply With Quote
  #73  
Old 08-29-2008, 07:51 AM
Tracy's Avatar
Tracy Tracy is offline
Junior Croc
 
Join Date: Feb 2007
Location: Lone Star State
Posts: 134
Default Re: Htaccess Generator

Thread's over a year old at current time. Has the .htaccess generator and other tools/features been implemented in the reseller account yet?

Tracy
__________________
flip-flop media -design with you in mind
http://www.flipflopmedia.com/
Reply With Quote
Reply

Bookmarks

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

Forum Jump

All times are GMT -5. The time now is 06:45 AM.