Help - Search - Members - Calendar
Full Version: .htaccess Status
Zymic Webmaster Forums > Zymic Free Web Hosting > Zymic Free Web Hosting - General Discussion & Help
Pages: 1, 2, 3
bahnen
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?
drbee
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!
Ed
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
autotrains
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!
buffyscrubs
without the double-quotes). I hope this helps, you'll need it especially if you want to delete a folder containing hidden files...
RAND0M1ZER
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?
hussam
try changing
CODE
http://www.domain.com/$1
to
CODE
www\.domain\.com$1


and RewriteCond %{HTTP_HOST} ^domain\.com$ ## add a $
RAND0M1ZER
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
Kirtan_Thakkar
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??
Oziam
.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!
lucyisssi
htaccess but it dont appears in the file list.. but anyway, i need the mod rewrite T_T
teppuli
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
ssfdre38
do Rewrite Base /
ballstateballroom
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?
wbarne00
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?
ssfdre38
try ReWrite Base /
shoaibadnan
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
nikes
Which modules are currently installed?

Why can't I reply?
srd_dspe
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!!
ssfdre38
mod_rewrite is enable on Zymic
cfahey
QUOTE(srd_dspe @ Sep 4 2011, 05:39 PM) *
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
We need Rewrite Module its really getting important..
Please fix it as fast as possible... Its really a very important thing!!

I was getting the 404 errors myself. I was able to fix it by adding "RewriteBase /" (no quotes) before the RewriteEngine on line. Rewrite base is the path from your site root to wherever the htaccess file is located, so if your htaccess file is at server_root/admin/.htaccess, then your line reads "RewriteBase /admin/"

Hope this helps.
vikramrandhawa
The original purpose of .htaccess - reflected in its name - was to allow per-directory access control, by for example requiring a password to access the content. Nowadays however, the .htaccess files can override many other configuration settings including content type and character set, CGI handlers, etc.
These all settings are server side..
7appatel
write this on ur .htaccess

<IfModule mod_rewrite.c> RewriteEngine On RewriteBase /path/to/cake/app RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ index.php?url=$1 [QSA,L]</IfModule
mcurse1
Today when i trying to access my website, it showing there is no data available to server. I was shocked. Can anyone tell me whats the problem ?

------------------------------------------------
------------------------------------
----------------------


malka-law.co.il/
Koudelka
I know you guys are a free service, but come on..

Shed some light on the mod_rewrite function, we're a lot of people who are in need of this function.

And you write us off with "When I got time" a month ago..

Even the slightest status update would be great.. the worst thing is being ignored or feeling like it.
Koudelka
QUOTE(Koudelka @ Oct 21 2011, 01:30 PM) *
I know you guys are a free service, but come on..

Shed some light on the mod_rewrite function, we're a lot of people who are in need of this function.

And you write us off with "When I got time" a month ago..

Even the slightest status update would be great.. the worst thing is being ignored or feeling like it.


Screw that, moving to a different host =) bye bye
Mixxminx
I've tried everything, now its refusing to show the first page too. I'm getting a 500 Internal Service Error. Here's the code. Please help.

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]

<IfModule header_module>
# 1 week cache
<FilesMatch "\.(png|ico)$">
Header set Cache-Control "max-age=604800, public"
</FilesMatch>
</IfModule>
Mixxminx
I've been here less than 24 hours and I can already see what a mistake that was. I think I'll follow your lead and move to a web hosting service that isn't so damn much work.
Demotivationals
For real... whats the problem here?
Looks like every freehoster just wants those people with 3 static-html sites in a frameset coded with frontpage 2000 and 10 visitors per month nowadays...
vekatesh25
So this issue hasn't been solved yet. I get exactly the same 500 error/internal server error after I uploaded a new Drupal package yesterday which contains a .htaccess file. Previously my site had the default Zymic index.html only and it showed correctly. So I need to delete the .htaccess file at the moment to install the Drupal site, right? What should I do if I want to keep the .htaccess file on site since the Drupal and its various modules, e.g. clean URL module will need to use this .htaccess to operate correctly?
ssfdre38
just use the .htaccess fixer and follow that
MSwayze
I use FileZilla and I have enabled "show hidden files" but still canґt see any .htaccess file.

I have installed wordpress and I want to give wordpress permission to change the file.

What is the problem?
zhooc
LOL, after 3 years, this is not moving....
btw, where is the administrator?
qmdqwd
Which modules are currently installed?



Hefei Kimay Electrical Appliance Co,Ltd
Mr.Cuong
QUOTE(TumorSurvivor @ Jan 3 2008, 06:20 PM) *
Hi,
I originally posted a question here: http://www.zymic.com/forum/index.php?showt...amp;#entry14360
regarding protecting a (sub)directory, and the admin suggested I post here instead, so here goes:
I want to protect a subdirectory called 'database' in my root. I have created a .htaccess document in the /database directory. This is it:

AuthType Basic
AuthName "ependyDatabaseDir"
AuthUserFile "/www/zzl.org/e/p/e/ependymoma/.htpasswd"
Require valid-user

I also created a .htpasswd file in the root, with a username/password combination. Both files have 755 permissions. I am still getting 500 error when I attempt to access a page in the database directory. Any help with what is going wrong?

From what I have gleaned on the forums things should work: the permissions are good, both files I think include *only* what they should, and I believe the path is correct.

Say I do! thanks!

.htaccess for wordpress 3.5?
qmdqwd
QUOTE(paulgrtman @ Aug 4 2008, 06:48 AM) *
i cannot verify my site with google cause 404 returns 200 for non existent files also. can somebody help?

Thanks, however since removing them all and installing I keep getting loads of Access Denied errors, never have this with PHPNuke Platinum before so I guessing it is because of that.


qmdqen.com/
webmaster forums
Hi... welcome to this forum i'll suggests you to go with the experts views.

thanks........


societyfollow.com/
elizabethmarie
I uploaded the file and switched over the name to: .htaccess and get this error: Firefox has detected that the server is redirecting the request for this address in a way that will never complete.


This problem can sometimes be caused by disabling or refusing to accept
cookies.

Any suggestions?
ssfdre38
if you are redirecting to the same hosting account, then its going to cause a redirect loop so disable
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2013 Invision Power Services, Inc.