Your catalog URLs are not SEO friendly, it has shortcode based content so please tell us How to make it SEO friendly URLs through .htaccess or word press add_rewrite_tag function or with add_rewrite_rule function.
https://example.com/?single_prod_id=39 // one variable 38
https://example.com/?catalog_page_10=2 // here Two variables 10 & 2
and i want above URLs like this:
https://example.com/item/39.htm
https://example.com/catalog-page/10/2.htm
I request you please guide us through above wordpress functions or tell us how to do it with htaccess.
Your early reply will be appreciated.
Thanks
]]>But I have en issue.
When using pretty permalinks, at the end of URL is /?mc_id=.
These cause problems.
Is a way to remove query string after “?mc_id=”?
Thank you
]]>These were working previously just fine, and now serve the filtered results with a plain permalink (../?filter_company=). Previously they would display as (../company/).
I have checked my permalink settings, which have not changed, and every other permalink structure is fine and uses the ‘pretty’ or SEO friendly format – except the YITH Ajax Filtering links.
I do not see any other settings to resolve this behavior, and hoping you can help, as this is impacting my SEO and visitor experience.
]]>On the Template page, Single Page – Options I have the single page URL set to “/profile/”
I have a single page with the shortcode [abcf-staff-single id=”485″] in the body. The name of the page is “Profile” and the permalink is https://www.firsttakecinecritic.com/profile/
Then on a particular single page for a single staff member, on the Options Tab the
Pretty Permalink is “/profile/stephanie-lynn/”
and the page Title is “Stephanie Lynn”
I then went to the permalinks setting in wordpress and saved permalinks without changing anything.
What am I missing here? I feel like i followed the instructions
]]>I’ve tried reseting the Permalinks but selecting diff options and hitting “Save Changes” and I’ve also tried deleting and updating a new .htaccess but still no luck.
This is the .htaccess in the /wordpress/ directory:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
And this is the .htaccess file in the root (/htdocs/) directory:
Options -Indexes
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
I’m not sure that I can see any mod_rewrite or any httpd.conf files or I’m just not sure where to find these files or info.
I’m really not sure what else could be wrong and desperately need to fix this asap. Any help would be greatly appreciated.
Thanks!
]]>First of all thank you for this big plugin of options and for free.
Unfortunately it has started to fail, I do not know at what time and it does not show more information about the events as if it will be a post in events section.
Everything is well linked. I even made a video in early January 2019 where everything was going correctly. But I do not know why it’s going wrong now.
You can see events in December 2018.
To say that the website is for a client, I do not know if she change something although it does not seem.
Could you tell me what caused this error?
Greetings from Spain!
]]>I’ve spent days reading different suggestions related to this (I believe common) issue.. but so far I haven’t found a solution.
I changed my site to the ‘pretty’ permalinks (post name), and as I’m on a windows server, it caused configuration problems: “404 – File or directory not found”.
Following this, my hosting provider added a web.config file for me, which has resolved the problem of the links on my site, however in doing so, it has blocked access to the image files, so my site now displays no images.
It seems I can either have one or the other – pretty permalinks or images.
This is the code in the web.config:
<configuration>
<system.webServer>
<rewrite>
<rules>
<rule name="wordpress" stopProcessing="true">
<match url=".*" />
<conditions logicalGrouping="MatchAll">
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
</conditions>
<action type="Rewrite" url="index.php" />
</rule>
</rules>
</rewrite>
</system.webServer>
</configuration>
Where am I going wrong?!
Thanks in advance!!
G
]]>The setting looks like this:
Custom Structure without trailing slash at the end of URL.
https://www.mysite.com/cars/%postname%
Also a screen shot here:
The permalink works and it resolves OK, but I have been finding out some 404 error where the permalink breaks like you will see below and it can��t find the /%postname%
The ratio is about five (5) 404s per 300 request, and those 404s are starting to add up.
https://www.mysite.com/cars/
A little bit of background on this web site:
The original site was a site that was converted from a non-worpress site (Microsoft SQL) to a wordpress configuration. I created the ULR structure mentioned above to match the previous URL of the old site. The site has only 4 pages and about 3,000 posts. When implementing the URL and adding the word /cars/ I did not create any category or slug. I just inserted the word in the URL so I could match the old site requests.
Any ideas on what to do here it would be great. I have tried many things including Flushing Permalinks in WordPress via the ��save settings�� on permalink dashboard.
Any help would be greatly appreciate.
]]>I’m running a brand new Bitnami WP Multisite instance on Google Cloud Platform with five websites configured on it. I’m also running most of the Bitnami provided modules, like WordPress MU Domain Mapping. Each website is configured to use a separate domain name. All plug-ins are up to date.
All of this was running fine, until one day (most) pages started returning 404 errors. Here’s a sample page: https://www.gelvoc.be/start-to-volley/. I’m not sure what triggered these 404’s, but I think they started appearing after altering some theme settings.
The 404’s happen with both current and new pages that are created. The 404’s only occur on pages, not posts eg. https://www.gelvoc.be/2017/04/23/wedstrijden-18-22-en-23-april-2017/.
The only ‘solution’ is to disable pretty permalinks.
Obne strange thing is that in one of the five websites, the pretty permalinks work as they should. I can’t figure out any difference in configuration with the other websites.
I also posted this problem on the Bitnami community forum, but alas, no real answer but to migrate everything … which I did, but the problem repeated itself. Here’s the link to that post: https://community.bitnami.com/t/pretty-permalinks-404-errors-with-pages-on-wp-multisite/49819
Any help is much appreciated.
]]>I made a template with single page enabled and added some members to it. Everything works fine, including the pretty permalinks.
I then made another template and configured it in the same way as the first one, just changed the fields. But now, when I add pretty permalinks I get a “Page not found” error when trying to access the second template’s member’s single pages. Also, the page title for members of that template doesn’t update (considering I disabled the pretty permalinks and got access to the single page).
I tried creating a third template and the problem persists. Only the first template has working single pages. I followed the documentation on the official site.
]]>