pikami/palm-paste/master/.htaccess - Htaccess File

pikami/palm-paste/master/.htaccess

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

On Github License

Files

Download PDF of Htaccess file

Comments

Apache