Skip to content

Commit

Permalink
removed 301 redirect to make url look nicer
Browse files Browse the repository at this point in the history
  • Loading branch information
YurkoWasHere authored Apr 28, 2020
1 parent 2f5168f commit fe60ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .htaccess
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
RewriteEngine On
RewriteRule ^redir.php$ - [L]
RewriteRule ^(.*)$ /redir.php?link=$1 [R=301,NC,L]
RewriteRule ^(.*)$ /redir.php?link=$1 [NC,L]

0 comments on commit fe60ec0

Please sign in to comment.