Hey peeps. I need to update this file so my links work in my WP blog. I tried already, and I think I did it wrong. Anyone have experience with this or know how I can make the file writable through my cPanel? Here's the original file: # -FrontPage- Options None <Limit GET POST> order deny,allow deny from all allow from all require group authors administrators </Limit> <Limit PUT DELETE> order deny,allow deny from all </Limit> AuthType Basic AuthName waxingpoetic75.com AuthUserFile /home/waxp75/public_html/_vti_pvt/service.pwd AuthGroupFile /home/waxp75/public_html/_vti_pvt/service.grp My update: # -FrontPage- Options None <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> AuthType Basic AuthName waxingpoetic75.com AuthUserFile /home/waxp75/public_html/_vti_pvt/service.pwd AuthGroupFile /home/waxp75/public_html/_vti_pvt/service.grp Thanks for your help in advance. *EDIT* Problem Solved