I just emailed my customer support for my host because i have been having problems getting my .htaccess to work and they told me i needed to upload a .htaccess file to the subdomain directory that turns off RewriteEngine Does anyone know how to do this? thanks
Well first, there is already an .htaccess in that directory, is this correct? Second, how do you know the .htaccess does not work? What code are you trying to place there.. You may have to use something like this which is read first and turns it on before your rules are read. Options +FollowSymLinks RewriteEngine On Or this: <IfModule mod_rewrite.c> RewriteEngine On Boulder