This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
lilik-users
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
add rewrite rule
master
Andrea Cimbalo
12 years ago
parent
0b0dd657a7
commit
87a4b46218
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
.htaccess
+ 5
- 0
.htaccess
View File
@ -0,0 +1,5 @@
RewriteEngine
On
RewriteRule
^users/(.*)/user.php
user
.php?user=$1 [L]
RewriteRule
^users/(.*[^/])$
/users/
$1/ [R=301,L]
RewriteRule
^users/(.*)/ index.php?user=$1 [L]
Write
Preview
Loading…
Cancel
Save