I have a Joomla website. The suffix of the url path assign by the SEF of Joomla assigns .html to the end of my pages URLs.
If I want to get information from the URL, is it possible to use:
domain.com/name_assign_by_Joomla_SEF.html?var=something&&var_2=something_else
for the $_GET to work?