M. Ali Saleem
Forum Replies Created
-
Forum: Plugins
In reply to: [Page As Subdomain Lite] Icons (FA) not working on subdomainThis part is explained in the troubleshoot section of plugin. The issue occurs as subdomain is considered as seperate domain, so to fix this issue you need to edit htaccess file and place the following code.
No ?Access-Control-Allow-Origin?
Add following to your .htaccess file.THIS WILL BE YOUR COMPLETE HTACCESS FILE. CLICK HERE
Header set Access-Control-Allow-Origin "*"
Hi there! We’re glad to hear you’re enjoying the plugin and finding it useful. For longer articles, here are a few suggestions that might help improve the output:
- Use Detailed Prompts: Adding more context or specific instructions in your topic can guide the AI to produce more relevant content. For example, mentioning key points you want to cover or outlining the article’s structure can help.
- Combine Multiple AI Models: If you have access to both GPT-4 and Gemini, experiment with switching models for different sections. Sometimes one model handles certain topics or tones better than the other.
Let us know if these tips help! If you need more assistance or have specific examples, feel free to share, and we’ll be happy to dive deeper. Happy writing!
Forum: Plugins
In reply to: [Page As Subdomain Lite] How to customize mapped subdomain?Hi,
Thanks for your response, this plugin does not support multisite.
The whole point of using this plugin is to achieve subdomain using root single installation and avoiding multiple wordpress installations or multisites.
In future i am adding more subdomains in the lite version.
Forum: Plugins
In reply to: [Page As Subdomain Lite] How to customize mapped subdomain?Hi,
Can you please elaborate cannot access? You need to first either create a wildcard subdomain entry in your DNS record to view subdomains.
If WildCard is set and you want to view the URL, then add the page link to your menu, view your website ftontend and click the page link it will have the subdomain structure, the page links are not changed when you are on WordPress Dashboard, due to wordpress configurations conflicts and integrations with page builders, if you have set the subdomain correctly then when you access the original url you will have canonical url tag in the source code to tell the search engines that your original url is now on subdomain.
So you do not need to do any mapping. All SEO Plugins are integrted with this plugin so you do not need to do anything further.
Forum: Plugins
In reply to: [Page As Subdomain Lite] Pro version not workingHi,
This support forum is for free version, for pro version you can contact the author directly,
I will answer your question because this is relevant to free version as well, the plugin do not redirect the user to subdomain, you can use any 301 plugin to manually set that redirect, but for SEO perspective you don’t need to, because the canonical tag will always have subdomain link, so the search engine will only index the subdomain urls and there will be no duplicate issue.
Thanks
Forum: Plugins
In reply to: [Page As Subdomain Lite] Critical ErrorClosing this support ticket, Thanks for the report.
Forum: Plugins
In reply to: [Page As Subdomain Lite] Critical ErrorA critical update just deployed, Kindly update to latest version 2.5.2.
I will wait for 2-3 days while you test this version then I will mark this as solved
Again thanks for reporting.
Forum: Plugins
In reply to: [Page As Subdomain Lite] Critical ErrorThank you for reporting the issue, already working on the issue I will keep you posted.
also for your own site security remove the root path from your above message.
- This reply was modified 8 months, 2 weeks ago by M. Ali Saleem.
Forum: Plugins
In reply to: [Page As Subdomain Lite] Can’t get the plugin to workLooks like the DNS Entry is not yet propogated, you can check the wildcard subdomain on any online dnschecker tool to verify if your dns entry is working correctly, wait for atleast 48 hours, recheck your subdomain through dnschecker and you should see the A record pointing to your root domain or IP.
Forum: Plugins
In reply to: [Page As Subdomain Lite] Can’t get the plugin to workThe DNS Record is fine, all you need now is to point your wildcard to correct folder, in your cPanel subdomains, check the path of wildcard, it should be similar to main domain forexample public_html/
Forum: Plugins
In reply to: [Page As Subdomain Lite] Can’t get the plugin to workPlease make sure the WildCard Entry is correct and the wildcard is pointing to same directory as your wordpress installation, to test if the wildcard entry is correct, write anything as subdomain and it should show you the wordpress homepage content same as root domain.
When i access any subdomain for your domain i am getting DNS_PROBE_FINISHED_NXDOMAIN error, this means wildcard is not properly configured.
Let me know if you need any further assistance.
Forum: Plugins
In reply to: [Page As Subdomain Lite] Photo upload problemIt seems the problem is cross domain, did you add the code snippet i have provided in htaccess?
Header set Access-Control-Allow-Origin "*"
Forum: Plugins
In reply to: [Page As Subdomain Lite] Bug in filter-hook for “page_link”Thank you so much Robert S. @robsat91 the variable was missed. Really appreciate your vigilance.
Fixed and commit.
Forum: Plugins
In reply to: [Page As Subdomain Lite] pro versionHi,
I would really appreciate if we use this forum only for this lite version, for pro version kindly use the appropriate platform.
And for you question the answer is YES.
Thanks
All the custom post type links were changed to
site.com/post-grid-layout/post-name
instead of
site.com/my-custom-post-type/post-name
So i instantly de-activate the plugin and the issue was fixed.