gubi/Ninuxoo-2.0/master/Meteo/.htaccess - Htaccess File

gubi/Ninuxoo-2.0/master/Meteo/.htaccess

#RewriteEngine on
#RewriteBase /

#RewriteCond %{SERVER_PORT} !^443$
#RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R,L]
  
# ----------- CONVERSIONE URI -----------
#
  # Conversione delle chiavi get in "/"
  #RewriteRule ^([^/.]+)/?$ Meteo/index.php?m=$1 [L]
  #RewriteRule ^([^/.]+)/([^/]+)/?$ Meteo/index.php?m=$1&id=$2 [L]
  #RewriteRule ^([^/.]+)/([^/]+)/([^/.]+)/?$ Meteo/index.php?m=$1&id=$2&q=$3 [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_URI, SERVER_NAME, SERVER_PORT

Comments

Apache