|
#51
|
||||
|
||||
|
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.
__________________
Calum Computer & Web Development Forum Skiing & Snowboarding News Bidding Directory |
|
#52
|
|||
|
|||
|
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. |
|
#53
|
|||
|
|||
|
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?
|
|
#54
|
|||
|
|||
|
Quote:
|
|
#55
|
||||
|
||||
|
Very cool stuff
![]() If you do ever end up putting it on Reseller servers though, it would have to be unbranded. |
|
#56
|
|||
|
|||
|
When Error check gives process warning, hanging or running processes can list.
|
|
#57
|
|||
|
|||
|
I personally do HT work directly, but a very cool addon
|
|
#58
|
|||
|
|||
|
Quote:
will |
|
#59
|
|||
|
|||
|
Quote:
This is the correct link: https://secure.hostgator.com/sitestudio.php |
|
#60
|
||||
|
||||
|
Will this be updated with more features?
Or is this a dead project..?
__________________
http://free-vent.com Providing FREE PUBLIC Ventrilo (VOIP) use. |
|
#61
|
|||
|
|||
|
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! |
|
#62
|
||||
|
||||
|
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 |
|
#63
|
||||
|
||||
|
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
__________________
Follow me on Twitter! http://twitter.com/mrw |
|
#64
|
||||
|
||||
|
Quote:
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 |
|
#65
|
||||
|
||||
|
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. |
|
#66
|
||||
|
||||
|
Quote:
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 |
|
#67
|
||||
|
||||
|
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.
|
|
#68
|
||||
|
||||
|
Here are some alternatives.
First, a web based .htaccess generator: htaccess Generator Second, a forum thread: Site studio alternatives even novices can use |
|
#69
|
||||
|
||||
|
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.
|
|
#70
|
|||
|
|||
|
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.
|
|
#71
|
|||
|
|||
|
Jacob, you need to open a support ticket and ask them to change you to the X3 skin.
|
|
#72
|
|||
|
|||
|
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 |
|
#73
|
||||
|
||||
|
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 |
![]() |
| Bookmarks |
«
Previous Thread
|
Next Thread
»
| Thread Tools | |
|
|
All times are GMT -5. The time now is 06:45 AM.











