I am building a new website but I am having issues with the permalinks. I have the permalink set to "Post Name" and it was working perfectly fine until I noticed it after finalizing my WooCommerce.
So what I finally is disabled the Woocommerce plugin and it went back to the normal pretty link how it should look like "http://sipofreality.com/". Is there a setting or file I need to edit?
This is likely a server configuration issue. Please contact your hosting provider so this can be looked into . Also there is a Woocommerce Permalink Settings Section as well in Settings -> Permalinks :
Hello,
I am building a new website but I am having issues with the permalinks. I have the permalink set to "Post Name" and it was working perfectly fine until I noticed it after finalizing my WooCommerce.
Any link now shows some sort of ugly link example"http://sipofreality.com/?v=b8a74b2fbcbb" even with the permalink selected.
I check my ,.htaccess file and seems to be default which i even added "RewriteOptions Inherit"
# Use PHP5.6 as default
AddHandler application/x-httpd-php56 .php
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteOptions Inherit
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
So what I finally is disabled the Woocommerce plugin and it went back to the normal pretty link how it should look like "http://sipofreality.com/". Is there a setting or file I need to edit?
Hey D,
This is likely a server configuration issue. Please contact your hosting provider so this can be looked into . Also there is a Woocommerce Permalink Settings Section as well in Settings -> Permalinks :
ThemeNectar Support Team