idubinskiy/listored-v1/master/public_html/.htaccess - Htaccess File

idubinskiy/listored-v1/master/public_html/.htaccess

RewriteEngine On
RewriteCond %{HTTP_HOST} ^example.com$ [NC]
RewriteRule ^(.*)$ http://www.example.com/$1 [R=301,L]
#RewriteBase /
RewriteRule .(gif�jpg�png)$ - [NC,L]
RewriteRule ^list+/?$ index.php [R]
RewriteRule ^list/([^/.]+)/?$ index.php?list=$1 [L]

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST

Comments

Apache