Forum Moderators: phranque

Message Too Old, No Replies

new server, and htaccess file doesn't work?

how do I fix that?

         

Craig_F

10:37 pm on Jul 29, 2005 (gmt 0)

10+ Year Member



I'm still real new to having my own server, and I just noticed that my htaccess files that worked fine on my old virtual hosts, don't work at all on the virtual host I created on the server. I assume there something I need to set to make it work, but have no idea what, can someone give me a clue? I'm using WebMin if that matters. TIA!

jdMorgan

10:45 pm on Jul 29, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



The requirements for mod_rewrite execution are outlined in the documentation, following the description of RewriteRule flags. You'll need Options +FollowSymLinks or Options +SymLinksIfOwnerMatch enabled. In order to use Options, you'll need to have AllowOverride Options enabled in httpd.conf. I don't know how that translates to WebMin settings, though.

Jim

Craig_F

10:51 pm on Jul 29, 2005 (gmt 0)

10+ Year Member



thanks for the quick reply Jim. I'll decipher that eventually ;)

Craig_F

11:22 pm on Jul 29, 2005 (gmt 0)

10+ Year Member



thanks Jim, I got it working! now I have a new question though: [webmasterworld.com...] any ideas?