找回密码
 注册
【阿里云】2核2G云新老同享 99元/年,续费同价华为云精选云产品特惠做网站就用糖果主机Jtti,新加坡服务器,美国服务器,香港服务器
查看: 539|回复: 4

那个大侠知道htaccess里写的是啥可以url不?

[复制链接]
发表于 2010 年 8 月 18 日 15:49:25 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?注册

×
  1. Options -MultiViews +FollowSymlinks -Indexes

  2. #
  3. # If mod_security is enabled, attempt to disable it.
  4. # - Note, this will work on the majority of hosts but on
  5. #   MediaTemple, it is known to cause random Internal Server
  6. #   errors. For MediaTemple, please remove the block below
  7. #
  8. <IfModule mod_security.c>
  9.         # Turn off mod_security filtering.
  10.         SecFilterEngine Off

  11.         # The below probably isn't needed, but better safe than sorry.
  12.         SecFilterScanPOST Off
  13. </IfModule>

  14. #
  15. # MyBB "search engine friendly" URL rewrites
  16. # - Note, for these to work with MyBB please make sure you have
  17. #   the setting enabled in the Admin CP and you have this file
  18. #   named .htaccess
  19. #
  20. <IfModule mod_rewrite.c>
  21.         RewriteEngine on
  22.         RewriteRule ^forum-([0-9]+)\.html$ forumdisplay.php?fid=$1 [L,QSA]
  23.         RewriteRule ^forum-([0-9]+)-page-([0-9]+)\.html$ forumdisplay.php?fid=$1&page=$2 [L,QSA]

  24.         RewriteRule ^thread-([0-9]+)\.html$ showthread.php?tid=$1 [L,QSA]
  25.         RewriteRule ^thread-([0-9]+)-page-([0-9]+)\.html$ showthread.php?tid=$1&page=$2 [L,QSA]
  26.         RewriteRule ^thread-([0-9]+)-lastpost\.html$ showthread.php?tid=$1&action=lastpost [L,QSA]
  27.         RewriteRule ^thread-([0-9]+)-nextnewest\.html$ showthread.php?tid=$1&action=nextnewest [L,QSA]
  28.         RewriteRule ^thread-([0-9]+)-nextoldest\.html$ showthread.php?tid=$1&action=nextoldest [L,QSA]
  29.         RewriteRule ^thread-([0-9]+)-newpost\.html$ showthread.php?tid=$1&action=newpost [L,QSA]
  30.         RewriteRule ^thread-([0-9]+)-post-([0-9]+)\.html$ showthread.php?tid=$1&pid=$2 [L,QSA]

  31.         RewriteRule ^post-([0-9]+)\.html$ showthread.php?pid=$1 [L,QSA]

  32.         RewriteRule ^announcement-([0-9]+)\.html$ announcements.php?aid=$1 [L,QSA]

  33.         RewriteRule ^user-([0-9]+)\.html$ member.php?action=profile&uid=$1 [L,QSA]

  34.         RewriteRule ^calendar-([0-9]+)\.html$ calendar.php?calendar=$1 [L,QSA]
  35.         RewriteRule ^calendar-([0-9]+)-year-([0-9]+)\.html$ calendar.php?action=yearview&calendar=$1&year=$2 [L,QSA]
  36.         RewriteRule ^calendar-([0-9]+)-year-([0-9]+)-month-([0-9]+)\.html$ calendar.php?calendar=$1&year=$2&month=$3 [L,QSA]
  37.         RewriteRule ^calendar-([0-9]+)-year-([0-9]+)-month-([0-9]+)-day-([0-9]+)\.html$ calendar.php?action=dayview&calendar=$1&year=$2&month=$3&day=$4 [L,QSA]
  38.         RewriteRule ^calendar-([0-9]+)-week-(n?[0-9]+)\.html$ calendar.php?action=weekview&calendar=$1&week=$2 [L,QSA]

  39.         RewriteRule ^event-([0-9]+)\.html$ calendar.php?action=event&eid=$1 [L,QSA]

  40.         <IfModule mod_env.c>
  41.                 SetEnv SEO_SUPPORT 1
  42.         </IfModule>
  43. </IfModule>

  44. #
  45. # If Apache is compiled with built in mod_deflade/GZIP support
  46. # then GZIP Javascript, CSS, HTML and XML so they're sent to
  47. # the client faster.
  48. #
  49. <IfModule mod_deflate.c>
  50.         AddOutputFilterByType DEFLATE application/javascript text/css text/html text/xml
  51. </IfModule>
复制代码
Jgwy.Com - Free Web Hosting Guide & Directory In China since 2001! Jgwy.Net-Jglt.Net
发表于 2010 年 8 月 18 日 16:57:59 | 显示全部楼层
【腾讯云】2核2G云服务器新老同享 99元/年,续费同价
这个文件里是关于服务器的 Rewrite 规则设置


概述来说,htaccess文件是Apache服务器中的一个配置文件,它负责相关目录下的网页配置。通过htaccess文件,可以帮我们实现:网页301重定向、自定义404错误页面、改变文件扩展名、允许/阻止特定的用户或者目录的访问、禁止目录列表、配置默认文档等功能。   Unix、Linux系统或者是任何版本的Apache Web服务器都是支持.htaccess的,但是有的主机服务商可能不允许你自定义自己的.htaccess文件。国内的大多数虚拟主机就没有这个功能。我所知道的提供这个功能的有康盛世纪(就是Discuz的论坛服务商)。   启用.htaccess,需要修改httpd.conf,启用AllowOverride,并可以用AllowOverride限制特定命令的使用。如果需要使用.htaccess以外的其他文件名,可以用AccessFileName指令来改变。例如,需要使用.config ,则可以在服务器配置文件中按以下方法配置:AccessFileName .config 。   笼统地说,.htaccess可以帮我们实现包括:文件夹密码保护、用户自动重定向、自定义错误页面、改变你的文件扩展名、封禁特定IP地址的用户、只允许特定IP地址的用户、禁止目录列表,以及使用其他文件作为index文件等一些功能。
Jgwy.Com - Free Web Hosting Guide & Directory In China since 2001! Jgwy.Net-Jglt.Net
回复

使用道具 举报

发表于 2010 年 8 月 18 日 17:24:12 | 显示全部楼层
有点像discuz的重写规则啊
Jgwy.Com - Free Web Hosting Guide & Directory In China since 2001! Jgwy.Net-Jglt.Net
回复

使用道具 举报

 楼主| 发表于 2010 年 8 月 18 日 18:27:05 | 显示全部楼层
这是MYBB的..
Jgwy.Com - Free Web Hosting Guide & Directory In China since 2001! Jgwy.Net-Jglt.Net
回复

使用道具 举报

 楼主| 发表于 2010 年 8 月 18 日 18:27:31 | 显示全部楼层
回复 金光 的帖子


    有点明白了!
Jgwy.Com - Free Web Hosting Guide & Directory In China since 2001! Jgwy.Net-Jglt.Net
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|小黑屋|金光论坛

GMT+8, 2024 年 11 月 18 日 16:40 , Processed in 0.021350 second(s), 21 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表