notes/ now working!
[dylansserver.git] / .htaccess
index 6f9af41..f58eeb4 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -1 +1,6 @@
-ErrorDocument 404 404.php
+ErrorDocument 404 /404.php
+RewriteEngine on
+RewriteRule ^notes/page/([1-9]+)/?$ notes/index.php?page=$1 [L]
+RewriteRule ^note/([^/\.]+)/?$ notes/index.php?note=$1 [L]
+php_flag display_errors on
+php_value error_reporting 7