mirror of
https://github.com/pikami/palm-paste.git
synced 2024-11-24 20:55:42 +00:00
9 lines
220 B
ApacheConf
9 lines
220 B
ApacheConf
Options +FollowSymlinks
|
|
RewriteEngine on
|
|
|
|
#Change the "/paste/" to the root of your palm paste
|
|
RewriteBase "/paste/"
|
|
|
|
RewriteRule ^u/([A-Za-z0-9-]+)/?$ index.php?user=$1
|
|
RewriteRule ^([A-Za-z0-9-]+)/?$ index.php?page=$1
|