The PHPBible Project Presents

PHPScripture A light-weight, free, flexible internet-based Bible study program.

This project is a proud member of the Malex Media Network.


Read the Bible Online!

News

About

Download

Install

Hacking

Troubleshooting

Bugs

Mirrors

Contributors


You may set a default theme for this site if you wish.

This feature requires cookies.

Mirrors

This project is important to me, and I want everybody all over the world to be able to access it whenever they wish. To that end, I have, with the help of a friend in Southern New Hampshire, set up a rather extensive mirror setup.

Official Mirrors:

Setting up your own mirror: Setting up your own mirror is easy.

  • Simply set up a place for the site to live...
  • ...make sure your web server is properly configured...
  • ...and rsync the site to the location. ("rsync -avzP cyberMalex.com::phpbible /PATH/TO/MIRROR")
  • Edit the config.local.php file for relevant issues, and check that it works. If you have trouble, you could try the Troubleshooting page. While that page is devoted to PHPScripture troubles, much of it may apply here too. Also, if you are using Apache as your webserver, you will need to use mod_rewrite.
    • RewriteEngine ON
    • RewriteRule ^/$ /index.php [L]
    • RewriteRule ^/(.*.php)(/.*) /$1 [E=PI:$2]
    • RewriteCond /PATH/TO/MIRROR%{REQUEST_FILENAME} !-f
    • RewriteRule ^/(.*) /index.php/$1
    • RewriteRule ^/(.*) /$1%{ENV:PI}
    Those commands, once inserted into your subdomain virtualhost configuration, should work like a charm.
  • Once it works, then you can update automatically every day or so. ("rsync -az --exclude config.local.php --update --delete cybermalex.com::phpbible /PATH/TO/MIRROR").
  • Don't forget to email me, so I can put your mirror in a list.

Seek to any passage in the Bible:

Book: Chapter: Verse:

Search through the Bible:

Search in: Terms:

Valid HTML 4.01! Valid CSS!

Creative Commons License
This site and its non-software content, with the exception of the text of the World English Bible, are licensed under a Creative Commons License. Rights to access and use software downloads are granted to the consumer under the GNU GPL.

If you are using IE, you aren't seeing this page as it was originally meant to be. Sorry, I'm not going to submit to Microsoft's bullying tactics. You really should try using Mozilla or something else that is standards-compliant.

This project thanks
SourceForge.net
for the services that they have freely provided.