🌍
English
Hello, is there a way to show the original resolution of the image under the thumbnails in category view?
Besides of that, could someone explain me this:
// php_extension_in_urls : if true, the urls generated for picture and // category will not contain the .php extension. This will work only if // .htaccess defines Options +MultiViews parameter or url rewriting rules // are active. $conf['php_extension_in_urls'] = true;
and this is my .htaccess file:
RewriteEngine on ErrorDocument 404 http://art.politeia.in/ Options +MultiViews
And when it's true, my URL is like that:
http://art.politeia.in/index.php?/category/11
And if I set it to false. the URL is like:
http://art.politeia.in/index?/category/11 <-- and like that does NOT work.
Is this the normal functionality?
Thanks.
Offline