HamiltonLV
Forum Replies Created
-
Dear Martijn,
Thank you for your prompt response. Here is the requested information:
- WordPress current version: 6.1.1
- Server: Apache
- Here is the .htaccess file content:
graphql
AddHandler x-mapp-php5 .php3 .php4 .php .phtml
BEGIN WordPress
The directives (lines) between BEGIN WordPress and END WordPress
are dynamically generated, and should only be modified via WordPress filters.
Any changes made manually between these markers will be overwritten.
END WordPress
- The permalink structure is set to ‘Plain’, URL format is: https://an.hamilton.lv/?p=123
Let me know if you need anything else.
Best regards,
Alexander.Dear Martijn,
I wanted to let you know that I have decided to grant you access to our site as an Admin.
Please note that this access is temporary and will only be available for a day or two. After that, I will remove the access. This is just a temporary measure so that you can take a look at the site and see if there is anything that needs to be updated.
If you have any questions or concerns, please do not hesitate to reach out. I am always here to help.
I need your email to grant access
Best regards,
AlexanderHi Martijn,
Thank you for your help. I found the line you were asking about, it is:
485 var track_base_url = {“track_base_url”:”http:\/\/an.hamilton.lv\/trackserver\/gettrack\/?”};
And no, I haven’t made any custom changes to the site. If you need any additional information, I am ready to help.
Best regards.
Dear Martijn,
Thanks to your recommendation, everything has been fixed and is now working properly.
If you need a quick fix, you’ll have to edit the plugin file called ‘
class-trackserver.php
‘. Go to line 253. It should read:$this->url_prefix = '/' . $wp_rewrite->index;
Change it to:
$this->url_prefix = '';
Regards,
Alexander
>Question: if you open the Tracks page in the WP backend and click in ‘>View’ for a track, does it show then? I assume it doesn’t.
Yes, it displays fine.