emdsgn/dps-original/gh-pages/.htaccess - Htaccess File

emdsgn/dps-original/gh-pages/.htaccess

<IfModule mod_rewrite.c>
RewriteEngine on

# index.php to /
RewriteCond %{THE_REQUEST} ^GET /.*/index.(php|html) HTTP
RewriteRule (.*)index.(php|html)$ /$1 [R=301,L]

# force www.
rewritecond %{HTTP_HOST} ^dpsoriginal.com [nc]
rewriterule ^(.*)$ http://www.dpsoriginal.com/$1 [r=301,nc]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
GET, HTTP_HOST, THE_REQUEST

Comments

Apache