https://github.com/claudehohl/Stikked
http://www.maketecheasier.com/run-your-own-pastebin-with-stikked/2013/01/11
https://code.google.com/p/stikked/

http://bash.freesf.tw/?p=106

http://ellislab.com/forums/viewthread/69660/

http://blog.craigandrews.com/?p=145

 

404错误

https://github.com/claudehohl/Stikked/issues/37

https://github.com/claudehohl/Stikked/issues/19

解决办法:

1. 在Apache的httpd.conf中确保下行没有被注释

LoadModule rewrite_module modules/mod_rewrite.so

2. 在Apache的httpd.conf中

<Directory "D:/Program Files/Apache Software Foundation/Apache2.2/htdocs">

中的“AllowOverride None”改为“AllowOverride All”

 

如果还不行,取消注释Stikked的.htaccess中的下行:

#RewriteBase /

相关文章:

  • 2021-11-14
  • 2021-08-25
  • 2021-08-12
  • 2022-12-23
  • 2022-12-23
  • 2021-07-31
猜你喜欢
  • 2021-11-06
  • 2022-01-28
  • 2021-12-13
  • 2022-12-23
  • 2021-05-28
  • 2021-12-04
  • 2021-10-14
相关资源
相似解决方案