Thanks for your reply Maeve
To simplify things I installed a plugin called Permalink Manager Lite which offers the ability to add or remove the trailing slash and I have tried both options and information is still not being loaded from Rezdy. I rebuilt my permalink and cleared my cache also.
My .htaccess file is the following
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /tpt/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /tpt/index.php [L]
</IfModule>
# END WordPress
-
This reply was modified 3 years, 5 months ago by
groggy72.
all fixed – it was just a case of adding / at the end of my ready url
Thank you
all fixed – it was just a case of adding / at the end of my ready url
That is really great to know. Thanks! And glad you got it sorted 🙂
Thank you for the reply. It worked by adding / at the end of my ready url.
I tried that before but it seemed not to work. The problem was fixed after flushing W3TC cache (dough!)