Skip to content

Commit 53b0049

Browse files
committed
[css-grid] mod_rewrite attempt #1
1 parent d5d9e40 commit 53b0049

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

css-grid/.htaccess

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
RewriteEngine on
2+
RewriteCond %{REQUEST_URI} issues$
3+
RewriteRule .* %{SERVER_PROTOCOL}://%{SERVER_NAME}%{REQUEST_URI}-wd-2015086 [RL]
4+
# See also the insanity that is http://serverfault.com/questions/278651/relative-substitution-in-mod-rewrite-rewriterule

0 commit comments

Comments
 (0)