Zymic Forums

Webmaster resources

Zymic IRC Server

Chat in real time at irc.zymic.com - Learn More

Welcome

Welcome to the Zymic webmaster forums. Our forums are here to provide people the free ability to discuss a range of websites related topics such as design, development coding and marketing.

In order to post you will need to register for a zymic account or if you already have one simply login by using the form on the left.

left Zymic Webmaster ForumsZymic Free Web HostingZymic Free Web Hosting - General Discussion & Help right
7 Pages V  « < 4 5 6 7 >   Reply to this topic Start new topic
left right
bahnen
post Dec 19 2009, 10:29 AM
Post #101


Newbie
*

Group: Members
Posts: 3
Joined: 28-May 09
Member No.: 96,925



Im getting 505 error I have tried using the automatic hot fix and have now tried deleting the file... Im still getting the error any ideas?
Go to the top of the page 
 
  + Quote Post
drbee
post Jan 17 2010, 07:12 PM
Post #102


Newbie
*

Group: Members
Posts: 1
Joined: 17-January 10
Member No.: 126,724



Hi,

I can't access a Drupal website. I just uploaded the site but I get the .htaccess fix page error 500. When I click to fix the .htaccess file and I enter my website , it gives me this output : string(7) "99k.org" and nothing changes.

Thank you for the help!
Go to the top of the page 
 
  + Quote Post
Ed
post Jan 17 2010, 07:34 PM
Post #103


Outrageously Uber Ninja
*******

Group: Administrators
Posts: 2,831
Joined: 11-March 07
From: UK
Member No.: 9



QUOTE(drbee @ Jan 17 2010, 07:12 PM) *
Hi,

I can't access a Drupal website. I just uploaded the site but I get the .htaccess fix page error 500. When I click to fix the .htaccess file and I enter my website , it gives me this output : string(7) "99k.org" and nothing changes.

Thank you for the help!


Edit your .htaccess and uncomment 'RewriteBase /', for details on how to install Drupal on Zymic, please see here: http://www.zymic.com/forum/index.php?showtopic=16544
Go to the top of the page 
 
  + Quote Post
autotrains
post Jan 29 2010, 09:44 AM
Post #104


Newbie
*

Group: Members
Posts: 1
Joined: 29-January 10
Member No.: 128,391



I bad dialect on àíãëèñêè-I russian!))

help ïîæàëóéñòî with .htaccess
http://online.zzl.org/
try to install notice-board Joker_Board Ver.3 and is flashed mistake 500

either as that me to change - all were fixed?

php_flag register_globals on
php_flag magic_quotes_gpc off
php_flag magic_quotes_runtime off
#php_flag display_errors off
php_value display_errors 1
php_value error_reporting 2047

thank you!
Go to the top of the page 
 
  + Quote Post
buffyscrubs
post May 10 2010, 02:41 AM
Post #105


Newbie
*

Group: Members
Posts: 8
Joined: 14-April 10
Member No.: 138,347



without the double-quotes). I hope this helps, you'll need it especially if you want to delete a folder containing hidden files...
Reason for edit: Removing Ad/Spam Links
Go to the top of the page 
 
  + Quote Post
RAND0M1ZER
post Jun 19 2010, 06:17 AM
Post #106


Newbie
*

Group: Members
Posts: 5
Joined: 2-March 10
Member No.: 132,776



QUOTE(mass_specc @ Nov 10 2009, 03:53 AM) *
I have launch my site recently http://mass-specc.zymichost.com/ and I always get a 500 Internal Service Error.

Can someone help me fix this error? I think this has something to do with .htaccess file that I uploaded.

Here is my .htaccess code:

RewriteEngine on
RewriteCond $1 !^(index\.php|resources|robots\.txt)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L,QSA]
Any help would be very much appreciated.


I am using this with no luck

CODE
# Redirect to www
RewriteCond %{HTTP_HOST} ^domain\.com
RewriteRule ^(.*)$ http://www.domain.com/$1 [R=301,L]


What exactly is disabled why are all these people unsuccessful?
Go to the top of the page 
 
  + Quote Post
hussam
post Jun 19 2010, 11:52 PM
Post #107


Member
**

Group: Members
Posts: 76
Joined: 12-December 07
Member No.: 4,766



try changing
CODE
http://www.domain.com/$1
to
CODE
www\.domain\.com$1


and RewriteCond %{HTTP_HOST} ^domain\.com$ ## add a $

This post has been edited by zpcs: Dec 27 2012, 05:59 AM
Reason for edit: Moderated Content
Go to the top of the page 
 
  + Quote Post
RAND0M1ZER
post Jun 26 2010, 07:31 AM
Post #108


Newbie
*

Group: Members
Posts: 5
Joined: 2-March 10
Member No.: 132,776



QUOTE(hussam @ Jun 19 2010, 11:52 PM) *
try changing
CODE
http://www.domain.com/$1
to
CODE
www\.domain\.com$1


and RewriteCond %{HTTP_HOST} ^domain\.com$ ## add a $

Did not work for, I feel like I have tried every guide on the web. Is there any staff that can comment on the .htaccess status?
It keeps sending my site into a loop when I try to get it to force www

This post has been edited by zpcs: Dec 27 2012, 06:01 AM
Reason for edit: Moderated Quoted Content
Go to the top of the page 
 
  + Quote Post
Kirtan_Thakkar
post Jul 6 2010, 01:51 PM
Post #109


Newbie
*

Group: Members
Posts: 2
Joined: 4-June 10
Member No.: 144,508



I have created .htaccess file as following
CODE
Options +FollowSymLinks
RewriteEngine on
RewriteRule Topic(.*)-(.*)\.htm$ /topic.php?topic=$1&page=$2


I am getting 500 internel server error...

Can any one help??
Go to the top of the page 
 
  + Quote Post
Oziam
post Sep 20 2010, 01:09 AM
Post #110


Newbie
*

Group: Members
Posts: 11
Joined: 20-September 10
Member No.: 157,783



.htaccess won't work for me at all!!!!

I even tried just plain

Options -Indexes

&

DirectoryIndex pagename.php

and they all trip the 500 error for me. I cannot see hidden files with my FTP client so I could not delete them,
so I just added a blank .htaccess file to my DIR and now it works but I want to deny access to certain files and I cannot.

Anyone got an idea? Thanks!
Go to the top of the page 
 
  + Quote Post
lucyisssi
post Sep 28 2010, 02:27 AM
Post #111


Newbie
*

Group: Members
Posts: 9
Joined: 5-July 10
Member No.: 147,936



htaccess but it dont appears in the file list.. but anyway, i need the mod rewrite T_T
Reason for edit: Removing Ad Link
Go to the top of the page 
 
  + Quote Post
teppuli
post Oct 31 2010, 03:55 PM
Post #112


Newbie
*

Group: Members
Posts: 1
Joined: 31-October 10
Member No.: 163,441



I have this htaccess
CODE

RewriteEngine on

RewriteCond $1 !^(index\.php|create\.php|crtable\.php)

RewriteRule ^(.*)$ index.php?i=$1 [L]

When i go to index.php page, it works fine, but when i type any other string as specifed in RewriteRule, I get HTTP 500. This works fine on my own PC server
Go to the top of the page 
 
  + Quote Post
ssfdre38
post Oct 31 2010, 05:29 PM
Post #113


THE SILENT FORUM NINJA
*******

Group: Administrators
Posts: 3,711
Joined: 23-January 10
From: on your screen
Member No.: 127,507



do Rewrite Base /
Go to the top of the page 
 
  + Quote Post
ballstateballroo...
post Dec 3 2010, 12:45 AM
Post #114


Newbie
*

Group: Members
Posts: 1
Joined: 2-December 10
Member No.: 167,561



QUOTE(Oziam @ Sep 20 2010, 01:09 AM) *
.htaccess won't work for me at all!!!!

I even tried just plain

Options -Indexes

&

DirectoryIndex pagename.php

and they all trip the 500 error for me. I cannot see hidden files with my FTP client so I could not delete them,
so I just added a blank .htaccess file to my DIR and now it works but I want to deny access to certain files and I cannot.

Anyone got an idea? Thanks!


Dude, you're not the only one. I've systematically narrowed down the issues for my .htaccess to be everything that isn't "RewriteBase /". Maybe someone can create a sticky that lists what we CAN do with htaccess without causing a 500 error?
Go to the top of the page 
 
  + Quote Post
wbarne00
post Dec 24 2010, 08:30 AM
Post #115


Newbie
*

Group: Members
Posts: 6
Joined: 26-December 07
Member No.: 5,670



site: babic.zxq.net

Problem:
500 Internal Service Error
You have reached this page due to a malfunctioning .htaccess file.
This may be caused by one of two things:
Your .htaccess may not conform with the strict htaccess policy of Zymic,
to fix this automatically, please click here
If the first option does not work, please drop by Zymic IRC and we will assist you in fixing it.


Using the first link ( http://hosting.zymic.com/htaccess-fix ) results in:
No .htaccess files found, no modifications have been made.


FTPing in supports no .htaccess files found.
The only 'DOT" file I have there is a .ftpquota file, and I can't seem to do a thing with it due to "550 prohibited file name"

Second link appears to be broken : http://www.zymic.com/forum/index.php?showforum=58

Where is my problem that has brought my site down?
Go to the top of the page 
 
  + Quote Post
ssfdre38
post Dec 24 2010, 08:53 AM
Post #116


THE SILENT FORUM NINJA
*******

Group: Administrators
Posts: 3,711
Joined: 23-January 10
From: on your screen
Member No.: 127,507



try ReWrite Base /
Go to the top of the page 
 
  + Quote Post
shoaibadnan
post Dec 28 2010, 08:19 AM
Post #117


Newbie
*

Group: Members
Posts: 1
Joined: 28-December 10
Member No.: 170,683



QUOTE(Jert @ Dec 29 2007, 10:03 PM) *
I'm uploading .htaccess but it dont appears in the file list.. but anyway, i need the mod rewrite T_T

okay rolleyes.gif
Go to the top of the page 
 
  + Quote Post
nikes
post Jul 30 2011, 04:23 AM
Post #118


Newbie
*

Group: Members
Posts: 16
Joined: 25-July 11
Member No.: 200,284



Which modules are currently installed?

Why can't I reply?
Go to the top of the page 
 
  + Quote Post
srd_dspe
post Sep 4 2011, 05:39 PM
Post #119


Newbie
*

Group: Members
Posts: 2
Joined: 8-April 10
Member No.: 137,638



Can't I use the RewriteCond and RewriteRule to rewrite the URLs in Zymic Hosting?
I tried to do it once. But I got a problem saying me that there was a 404 Error on the Web Address I tried to navigate to

QUOTE(Forandphoto @ Jan 14 2008, 08:30 PM) *
Same thing with me.. Any fixed, or how to fix?

We need Rewrite Module its really getting important..
Please fix it as fast as possible... Its really a very important thing!!
Go to the top of the page 
 
  + Quote Post
ssfdre38
post Sep 4 2011, 05:46 PM
Post #120


THE SILENT FORUM NINJA
*******

Group: Administrators
Posts: 3,711
Joined: 23-January 10
From: on your screen
Member No.: 127,507



mod_rewrite is enable on Zymic
Go to the top of the page 
 
  + Quote Post
7 Pages V  « < 4 5 6 7 >
 Reply to this topic Start new topic
left right
0 Members:
left right
 


Lo-Fi Version Time is now: 25th May 2013 - 10:14 PM