Support

Admin Tools

#30554 strange character at the end of URL (NEWS)

Posted in ‘Admin Tools for Joomla! 4 & 5’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Environment Information

Joomla! version
n/a
PHP version
n/a
Admin Tools version
n/a

Latest post by nicholas on Wednesday, 21 November 2018 14:23 CST

toonetcreation
Hello,

I come back to you regarding ticket closed #30514

I have done some tests, and I have found something.
In file generated by admin tools nginx maker, if I remove red part below then URL works fine and I get www.example.com/index.php and not www.example.com/index.php?

Is it a bug?



# Allow access to /

location ~* ^/$ {

return 301 /index.php?$args;

}



# Disable access to everything else.

location ~* ^/.*$ {

# If it is a file, directory or symlink and I haven't deliberately

# enabled access to it, forbid any access to it!

if (-e $request_filename) {

return 403;

}

# In any other case, just treat as a SEF URL

try_files $uri $uri/ /index.php?$args;

}

##### Advanced server protection -- END

nicholas
Akeeba Staff
Manager
If you remove the red part you still have the problem with your previous ticket.

Please note that we will not reply any more tickets regarding this issue. We are going in circles. Do not use the NginX Config Maker on your site. You are doing something weird with your NginX configuration and we can't debug your server.

Thank you for your understanding.

Nicholas K. Dionysopoulos

Lead Developer and Director

🇬🇷Greek: native 🇬🇧English: excellent 🇫🇷French: basic • 🕐 My time zone is Europe / Athens
Please keep in mind my timezone and cultural differences when reading my replies. Thank you!

Support Information

Working hours: We are open Monday to Friday, 9am to 7pm Cyprus timezone (EET / EEST). Support is provided by the same developers writing the software, all of which live in Europe. You can still file tickets outside of our working hours, but we cannot respond to them until we're back at the office.

Support policy: We would like to kindly inform you that when using our support you have already agreed to the Support Policy which is part of our Terms of Service. Thank you for your understanding and for helping us help you!