vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Need htaccess help please (https://vborg.vbsupport.ru/showthread.php?t=182897)

jim6763nva 06-18-2008 10:51 PM

Need htaccess help please
 
I have the following code in my .htaccess file and I'm not sure what it's doing or if I need it. It was added by default. I'd like to be able to do url re-writes to have SE friendly urls and I'm not sure if this is going to mess things up.

Code:


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 talkmarylandforum.com


calorie 06-19-2008 02:10 AM

The 'IndexIgnore' line indicates what not to include in a directory listing. The 'Limit GET POST' bit allows everyone to GET or POST to your site. The 'Limit PUT DELETE' bit blocks PUT or DELETE from anyone to your site. The 'AuthName' line is what appears on that pop-up box when you go to login, if you have any htaccess protection set. Nothing there should mess with rewriting links.

jim6763nva 06-19-2008 11:27 AM

Quote:

Originally Posted by calorie (Post 1553188)
The 'IndexIgnore' line indicates what not to include in a directory listing. The 'Limit GET POST' bit allows everyone to GET or POST to your site. The 'Limit PUT DELETE' bit blocks PUT or DELETE from anyone to your site. The 'AuthName' line is what appears on that pop-up box when you go to login, if you have any htaccess protection set. Nothing there should mess with rewriting links.

Very cool :) Thanks for the info, Calorie


All times are GMT. The time now is 08:42 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00931 seconds
  • Memory Usage 1,714KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete