Skip to content

Commit 2e73c6f

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

css-grid/.htaccess

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

0 commit comments

Comments
 (0)