stikked An advanced and beautiful pastebin written in PHP

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 /

原文地址:https://www.cnblogs.com/androidme/p/3016893.html