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
Anumiz
Hi!
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?
rengang.org
.htaccess
请问这个是重定向用的???
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
http://www.domain.com/$1
to www\.domain\.com$1

and RewriteCond %{HTTP_HOST} ^domain\.com$ ## add a $
RAND0M1ZER
QUOTE(hussam @ Jun 19 2010, 11:52 PM) *
try changing
http://www.domain.com/$1
to 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 ?

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


עורכי דין
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
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-2012 Invision Power Services, Inc.