免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 3236 | 回复: 1
打印 上一主题 下一主题

[Web] 求助高手帮忙.htaccess的修改, 从apache换成nginx. [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2011-02-20 01:56 |只看该作者 |倒序浏览
本帖最后由 jjvsbabe 于 2011-02-20 01:57 编辑

是这样的, 之前朋友帮忙在apache做了个网站(magento), 现在换成vps, 想用nginx, 但是对htaccess不熟悉, 而且比较急, 怕弄错了, 所以想请高手帮忙修改下, 也希望能给点建议, 本人小白, 用nginx也是用一键安装的. 谢谢.
  1. ############################################
  2. ## uncomment these lines for CGI mode
  3. ## make sure to specify the correct cgi php binary file name
  4. ## it might be /cgi-bin/php-cgi

  5. #    Action php5-cgi /cgi-bin/php5-cgi
  6. #    AddHandler php5-cgi .php

  7. ############################################
  8. ## GoDaddy specific options

  9. #   Options -MultiViews

  10. ## you might also need to add this line to php.ini
  11. ##     cgi.fix_pathinfo = 1
  12. ## if it still doesn't work, rename php.ini to php5.ini

  13. ############################################
  14. ## this line is specific for 1and1 hosting

  15.     #AddType x-mapp-php5 .php
  16.     #AddHandler x-mapp-php5 .php

  17. ############################################
  18. ## default index file

  19.     DirectoryIndex index.php

  20. <IfModule mod_php5.c>

  21. ############################################
  22. ## adjust memory limit

  23. #    php_value memory_limit 64M
  24.     php_value memory_limit 128M
  25.     php_value max_execution_time 18000

  26. ############################################
  27. ## disable magic quotes for php request vars

  28.     php_flag magic_quotes_gpc off

  29. ############################################
  30. ## disable automatic session start
  31. ## before autoload was initialized

  32.     php_flag session.auto_start off

  33. ############################################
  34. ## enable resulting html compression

  35.     #php_flag zlib.output_compression on

  36. ###########################################
  37. # disable user agent verification to not break multiple image upload

  38.     php_flag suhosin.session.cryptua off

  39. ###########################################
  40. # turn off compatibility with PHP4 when dealing with objects

  41.     php_flag zend.ze1_compatibility_mode Off

  42. </IfModule>

  43. <IfModule mod_security.c>
  44. ###########################################
  45. # disable POST processing to not break multiple image upload

  46.     SecFilterEngine Off
  47.     SecFilterScanPOST Off
  48. </IfModule>

  49. <IfModule mod_deflate.c>

  50. ############################################
  51. ## enable apache served files compression
  52. ## http://developer.yahoo.com/performance/rules.html#gzip

  53.     # Insert filter on all content
  54.     ###SetOutputFilter DEFLATE
  55.     # Insert filter on selected content types only
  56.     #AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css text/javascript

  57.     # Netscape 4.x has some problems...
  58.     #BrowserMatch ^Mozilla/4 gzip-only-text/html

  59.     # Netscape 4.06-4.08 have some more problems
  60.     #BrowserMatch ^Mozilla/4\.0[678] no-gzip

  61.     # MSIE masquerades as Netscape, but it is fine
  62.     #BrowserMatch \bMSIE !no-gzip !gzip-only-text/html

  63.     # Don't compress images
  64.     #SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png)$ no-gzip dont-vary

  65.     # Make sure proxies don't deliver the wrong content
  66.     #Header append Vary User-Agent env=!dont-vary

  67. </IfModule>

  68. <IfModule mod_ssl.c>

  69. ############################################
  70. ## make HTTPS env vars available for CGI mode

  71.     SSLOptions StdEnvVars

  72. </IfModule>

  73. <IfModule mod_rewrite.c>

  74. ############################################
  75. ## enable rewrites

  76. # For security reasons, Option followsymlinks cannot be overridden.
  77. #    Options +FollowSymLinks
  78.     Options +SymLinksIfOwnerMatch
  79.     RewriteEngine on

  80. ############################################
  81. ## you can put here your magento root folder
  82. ## path relative to web root

  83.     #RewriteBase /magento/

  84. ############################################
  85. ## workaround for HTTP authorization
  86. ## in CGI environment

  87.     RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]

  88. ############################################
  89. ## always send 404 on missing files in these folders

  90.     RewriteCond %{REQUEST_URI} !^/(media|skin|js)/

  91. ############################################
  92. ## never rewrite for existing files, directories and links

  93.     RewriteCond %{REQUEST_FILENAME} !-f
  94.     RewriteCond %{REQUEST_FILENAME} !-d
  95.     RewriteCond %{REQUEST_FILENAME} !-l

  96. ############################################
  97. ## rewrite everything else to index.php

  98.     RewriteRule .* index.php [L]

  99. </IfModule>


  100. ############################################
  101. ## Prevent character encoding issues from server overrides
  102. ## If you still have problems, use the second line instead

  103.     AddDefaultCharset Off
  104.     #AddDefaultCharset UTF-8

  105. <IfModule mod_expires.c>

  106. ############################################
  107. ## Add default Expires header
  108. ## http://developer.yahoo.com/performance/rules.html#expires

  109.     ExpiresDefault "access plus 1 year"

  110. </IfModule>

  111. ############################################
  112. ## By default allow all access

  113.     Order allow,deny
  114.     Allow from all

  115. ############################################
  116. ## If running in cluster environment, uncomment this
  117. ## http://developer.yahoo.com/performance/rules.html#etags

  118.     #FileETag none
复制代码

论坛徽章:
0
2 [报告]
发表于 2011-02-20 16:41 |只看该作者
斑竹大大...
求助斑竹...
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP