Help - Search - Members - Calendar
Full Version: Can't Upload .htaccess To The Server
Zymic Webmaster Forums > Zymic.com Support > Bugs, Suggestions & Other Non-Hosting Support
Cim
When ever I tried uploading the .htaccess file via FileZilla the .htaccess file would get deleted automatically once transfer finishes. Is this a bug or what? Someone please help me!
lawny
QUOTE(Cim @ Mar 10 2009, 03:02 PM) *
When ever I tried uploading the .htaccess file via FileZilla the .htaccess file would get deleted automatically once transfer finishes. Is this a bug or what? Someone please help me!


go to the server menu in filezilla and choose "force showing hidden files" they should show but i don't think .htaccess is working i'm not sure
Cim
QUOTE(lawny @ Mar 10 2009, 04:18 PM) *
go to the server menu in filezilla and choose "force showing hidden files" they should show but i don't think .htaccess is working i'm not sure


ok i got that thanks, and why doesn't my modrewrite work? i am trying to make the root load up a subdirectory as the root. here's an example htaccess

<IfModule mod_rewrite.c>

RewriteEngine on

RewriteCond %{HTTP_HOST} website.com
RewriteCond %{REQUEST_URI} !subdirectory/
RewriteRule ^(.*)$ subdirectory/$1 [L]

</IfModule>

tell me if i am doing something wrong here?
lawny
QUOTE(Cim @ Mar 11 2009, 08:26 AM) *
ok i got that thanks, and why doesn't my modrewrite work? i am trying to make the root load up a subdirectory as the root. here's an example htaccess

<IfModule mod_rewrite.c>

RewriteEngine on

RewriteCond %{HTTP_HOST} website.com
RewriteCond %{REQUEST_URI} !subdirectory/
RewriteRule ^(.*)$ subdirectory/$1 [L]

</IfModule>

tell me if i am doing something wrong here?


like i said i'm not sure if the rewrite engine is turned off
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.