Skip to content
Snippets Groups Projects
Commit 01a8b5ed authored by natrak's avatar natrak
Browse files

- Adding the rewrite rule for blog until a better system can be implemented.

parent 501353f2
No related merge requests found
......@@ -27,3 +27,9 @@ ErrorDocument 500 /error.php
php_value session.gc_maxlifetime 2000000
php_value session.cache_expire 200000
</IfModule>
# Various rewrite rules
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^blog/(.*) /module.php?mod=blog&op=view&name=$1 [R]
</IfModule>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment