Skip to content

Commit 1e24b05

Browse files
committedAug 28, 2014
Initial commit
0 parents  commit 1e24b05

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed
 

‎.gitignore

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
*.class
2+
3+
# Mobile Tools for Java (J2ME)
4+
.mtj.tmp/
5+
6+
# Package Files #
7+
*.jar
8+
*.war
9+
*.ear
10+
11+
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
12+
hs_err_pid*

‎README.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Redirect-Visitor-With-Cookies
2+
=============================
3+
4+
Visitor will be redirected to another desired page if the visitor visited the page before

0 commit comments

Comments
 (0)
Please sign in to comment.