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 branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -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