saadgb
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: rewrite rule issueI found something:
This URL is working now: https://alpha.apimatic.io/blog/index.php/blog/announcing-code-generation-api/
I need to format this URL as this:
https://alpha.apimatic.io/blog/announcing-code-generation-api/Also https://alpha.apimatic.io/blog is just forwarding traffic from this domain (CNAME) to this actual blog URL: https://devapi.dream.press.
How can I do it now? Please help anyone- This reply was modified 4 years, 10 months ago by saadgb.
Forum: Fixing WordPress
In reply to: rewrite rule issueNope not working, this was already done by me.
Forum: Fixing WordPress
In reply to: rewrite rule issueHi here is the file data:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* – [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>WordPress Settings:
https://i.postimg.cc/tT63b599/screencapture-devapi-dream-press-wp-admin-options-general-php-2021-08-07-14-07-03.pngForum: Fixing WordPress
In reply to: Broken Menus Featured ImagesGreat but mine is not working via repair 🙁
Forum: Fixing WordPress
In reply to: Broken Menus Featured ImagesSame issue here, displaying the media library does not display image thumbnails or in featured image area. This cause after update to 4.2.1. Any fix?
EDIT: I found my issue, I reverted to WordPress default theme twenty four and my media library is working now.