skip to Main Content

WordPress URL not working – CPanel

I am using wordpress, i have some URL issue. My current URL is IP address on server: http://www.192.10.1.22/states/?q=ohio I want URL :http://www.192.10.1.22/states/ohio i used following code in functions.php file and it's working in my local but when i upload in…

VIEW QUESTION

clean url with .htaccess but with only one url – SEO

i'm using .htaccess to create clean urls. here is a piece of .htaccess file: Options +FollowSymLinks -MultiViews RewriteEngine On RewriteCond %{SCRIPT_FILENAME} !-d RewriteCond %{SCRIPT_FILENAME} !-f RewriteCond %{REQUEST_URI} !(/$|.) RewriteRule (.*) %{REQUEST_URI}/ [R=301,L] RewriteRule ^posts/page/([0-9]+)/$ posts.php?page=$1 RewriteRule ^posts posts.php it works…

VIEW QUESTION

how to rewrite SEO-friendly url markep in htaccess

I am trying to convert my URL in to SEO Friendly url. I do not have much knowledge about htaccess rewrite rules, URL is: https://www.zesteve.com/search.php?loc=Guntur&q=manjunath-cake-shop the URL should be https://www.zesteve.com/Guntur/manjunath-cake-shop I have tried this: RewriteEngine On RewriteCond $1 ^search RewriteCond…

VIEW QUESTION
Back To Top
Search