Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal-3174996
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
drupal-3174996
Commits
01a8b5ed
Commit
01a8b5ed
authored
23 years ago
by
natrak
Browse files
Options
Downloads
Patches
Plain Diff
- Adding the rewrite rule for blog until a better system can be implemented.
parent
501353f2
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.htaccess
+6
-0
6 additions, 0 deletions
.htaccess
with
6 additions
and
0 deletions
.htaccess
+
6
−
0
View file @
01a8b5ed
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment