maof14/moan-es/master/Triton/public_html/.htaccess
#http://httpd.apache.org/docs/current/mod/code.html#errordocument
Options +FollowSymLinks
RewriteEngine On
RewriteBase /moanenterprisesolutions/Triton/public_html
# RewriteBase /
ErrorDocument 404 http://www.moanenterprise.com/404.php
DirectoryIndex start.php
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteRule ^start$ ./start.php
RewriteRule ^products$ ./products.php
RewriteRule ^examples$ ./examples.php
RewriteRule ^example/(.+)*$ ./example.php?slug=$1
RewriteRule ^about$ ./about.php
RewriteRule ^contact$ ./contact.php
RewriteRule ^login$ ./login.php
RewriteRule ^all-examples ./allexamples.php
RewriteRule ^new-example ./newexample.php
RewriteRule ^edit-example/(.+)*$ ./editexample.php?id=$1
RewriteRule ^all-licenses ./alllicenses.php
# RewriteRule ^search/(.*)$ ./search.php?query=$1
On Github License
Files
Download PDF of Htaccess file