PedroHenriques/www.pedrojhenriques.com/master/release/public_html/.htaccess - Htaccess File

PedroHenriques/www.pedrojhenriques.com/master/release/public_html/.htaccess

Options +FollowSymlinks
RewriteEngine on

  #
  # no WWW rule
  #
RewriteCond %{HTTP_HOST} ^pedrojhenriques.com [NC]
RewriteRule ^(.*)$ http://www.pedrojhenriques.com/$1 [L,R=302]

  #
  # process the case when the content will be built on the server and languages
  #

RewriteRule ^([^/.]+)/complete/?$ index.php?lang=$1&complete=1 [NC,L]
RewriteRule ^complete/?$ index.php?complete=1 [NC,L]
RewriteRule ^([^/.]+)/?$ index.php?lang=$1 [NC,L]

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST

Comments

Apache