Options +FollowSymlinks
RewriteEngine on


RewriteRule ^$ public/pages/home.php [L]
RewriteRule ^([a-z]*)$ public/pages/$1.php [L]
#home #about #contact #book #book-option #book-info #terms
