chuck252 Posted August 26, 2005 Posted August 26, 2005 I'm just wondering. My website software has the ability to use it, but when I turn it on nothing works. So... Maybe I have to configure it or something? Just wondering. Chuck Quote
TCH-Bruce Posted August 26, 2005 Posted August 26, 2005 It is available and you have to turn it on in your .htaccess file. >RewriteEngine On Then add your rewrite actions Quote
TCH-Bruce Posted August 26, 2005 Posted August 26, 2005 Sorry, where are my manners. Welcome to the forums Chuck Quote
chuck252 Posted August 26, 2005 Author Posted August 26, 2005 Thanks been hanging around a while. Here is what my .htaccess file looks like. Where does the new command go? ># -FrontPage- IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti* <Limit GET POST> order deny,allow deny from all allow from all </Limit> <Limit PUT DELETE> order deny,allow deny from all </Limit> AuthName www.charles-carroll.net AuthUserFile /home/charcar/public_html/_vti_pvt/service.pwd AuthGroupFile /home/charcar/public_html/_vti_pvt/service.grp RewriteEngine On Quote
MikeJ Posted August 26, 2005 Posted August 26, 2005 You can put your rewrite statements right after the line that says RewriteEngine On. Quote
chuck252 Posted August 26, 2005 Author Posted August 26, 2005 I guess I need to find out what those statements are. thanks for the fast replys. Quote
TCH-Rob Posted August 26, 2005 Posted August 26, 2005 Welcome to the forums Chuck. If you need assistance with those statements please let us know what you are trying to do and we will be happy to lend a hand. Quote
chuck252 Posted August 26, 2005 Author Posted August 26, 2005 Got it. Thanks for the help. Feel free to take a look. http://www.charles-carroll.net/ Quote
TCH-Don Posted August 26, 2005 Posted August 26, 2005 Welcome to the forums, Chuc I did find this tutorial that may help. htaccess tips and tricks And of course apache.org has the most info on mod_rewrite. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.