Your-Name-Here/MyCms/master/.htaccess - Htaccess File

Your-Name-Here/MyCms/master/.htaccess

Options +FollowSymLinks
RewriteEngine on

#RewriteRule ^([a-zA-Z]*) index.php?rt=$1&action=$2&id=$3 [NC,L]

RewriteRule ^([a-zA-Z]*)/?([a-zA-Z]*)?/?([0-9a-zA-Z+/-]*)?/?$ index.php?rt=$1&action=$2&params=$3 [NC,L]

#RewriteRule ^([a-zA-Z]*)/?([a-zA-Z]*)?/?([a-zA-Z0-9]*)?/?$ index.php?rt=$1&action=$2&params=$3 [NC,L]

On Github License

Files

Download PDF of Htaccess file

Comments

Apache