Mobile app version of vmapp.org
Login or Join
Fox8124981

: How to re-direct front end SEO URLs? Is it possible to 301 re-direct SEO URLs? For example, www.mywebsite.com/shop/interior In an e-commerce situation, you can change the URLs for SEO friendly.

@Fox8124981

Posted in: #301Redirect

Is it possible to 301 re-direct SEO URLs?

For example, mywebsite.com/shop/interior In an e-commerce situation, you can change the URLs for SEO friendly.

Setting up a 301 redirect in the CPanel, it's actually looking for the /shop/interior directory in my FTP, which doesn't exist. Therefore the re-direct is failing.

What can be done?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Fox8124981

1 Comments

Sorted by latest first Latest Oldest Best

 

@Smith883

Firstly, you need to know how to create SEO friendly URL using .htaccess.

Let's say if the URL format is like:
example.com/shop/product.php?id=xyz

So, in this situation, you need to create SEO friendly URL using .htaccess like:
example.com/shop/product-name

Once this is done then you can set 301 redirects in the original URL

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme