Not all urls are friendly in wordpress!
-
hi
it seems that wordpress does not make all the urls search engine friendly,even if i use custom permalink structure /%postname% ,it still ads weird stuff in url ,example here https://www.celebritymeet.net/lindsay%E2%84%A2-%E2%80%98i-don%E2%80%99t-drink-you-guys%E2%80%99.htmli don’t understand why it is addin those characters in the url . i checked the .htaccess file and the rewrite rules are present
# 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
any tip (this is happening on all the sites i have) ?
thank you
- The topic ‘Not all urls are friendly in wordpress!’ is closed to new replies.