Questions tagged [url-rewrite]

Denotes questions about URL Rewrites Management.

811 questions
7
votes
3 answers

magento url rewrite prevent -1 or -2

I have a category created which contains url key as - "sofa" and url generated is "sofa.html". URL rewrites system record generated as follows : ID Path : category/5 Request path : sofa.html Target Path : catalog/category/view/id/5 Now I want to…
Kamal Joshi
  • 321
  • 2
  • 5
  • 23
5
votes
2 answers

How to re-write the default URL's?

Here is the list of some default URL. /customer/account/login /checkout/cart /customer/account Is it possible to change these URL's or rewrite this URL's? I've tried default URL rewrite methods in Magento but it doesn't helped. Please suggest if…
Nikhil
  • 249
  • 4
  • 16
2
votes
2 answers

Magento Enterprise Latest Edition Force Uppercase URL

We are a new Magento Enterprise customer and have found the latest version of Magento Enterprise we are running on automatically converts our uppercase URLs indexed by Google to lowercase URLs creating for…
Carla
  • 21
  • 2
2
votes
0 answers

URL rewrite rules are not working

I am trying to create custom URL rewrite from category to CMS page. I have page url like this about-us.html as category page and about as CMS page. Now when i create custom url it works but after the indexing it is not working, it again shows…
Kishor
  • 359
  • 1
  • 4
  • 17
2
votes
1 answer

product url changed every time reindexed

I have many products without url key specified. Use web server rewrites is turned on. Every time I re-index all, a product's url will change. Why? What's the correct way to configure url rewrites? I don't want a product's url keep changing.
Shawn
  • 431
  • 1
  • 9
  • 20
2
votes
2 answers

magento parameter url of currency

I'm new to magento, have been using creloaded, figure it's time to move on to a new e-commerce platform and found this charm at last. My website have 6 languages and 6 currencies, the base currency is USD and I have GBP, EUR and so on. I do post my…
Samantha
  • 21
  • 1
2
votes
1 answer

Redirect help on .htaccess file

I want to put a Magento Redirect rule to change the Blog URL. FROM: http://site.com/blog/cat/pets/page/2/ TO: http://site.com/blog/pets/page/2/ So, basically I want to remove the /cat. Also, there are hundreds of pages on our blog. so page number…
user9531
  • 21
  • 1
2
votes
1 answer

core_url_rewrite table

When I change the position of products in a category, then the whole webshop will have database problems. When I debugged the problem, I saw that the table core_url_rewrite was the problem. This table has about 843.000 rows. The table has lots of…
1
vote
0 answers

Rewrite Tool: rewrite url with parameters

I have a url like: shop/artikel_solo.php?abc=1 that needs to become myurlslug-of-the-article1.html shop/artikel_solo.php?abc=2 that needs to become myurlslug-of-the-article2.html and so on. How to tell Magento to respect the query string while…
Bernhard Prange
  • 677
  • 4
  • 19
1
vote
1 answer

How do you stop URL Rewrites resetting in CE 1.9?

This exact question has already been asked here: URL Rewrite resetting "Permanent" redirects But it hasn't been answered yet. This is my first time on this site and I wasn't sure if I should ask a whole new question or 'answer' the other question…
1
vote
1 answer

Product Rewrite

Hi is this normal i have my product url to rewrite, When the link is intitially clicked i get a nice clean URL as below http://www.stickerstocker.co.uk/learning-resources-soft-foam-sight-words-cubes-set-of-6.html but then once the page begins to…
mattee77
  • 13
  • 3
1
vote
1 answer

Create semantic url to redirect to section on frontpage

I would like to create a semantic URL for my print material that should look something like mysite.com/newsletter. However I do not have a specific page for my newsletter at the moment. Therefore I would like to redirect to a specific section on the…
Marc
  • 11
  • 1
1
vote
1 answer

Multi-website setup. website code in all generated urls

I've got several websites running on magento 1.8.1 and I recently noticed something has changed. I have no idea how this change happened, or how long it has been like this. I do know that it was behaving correctly at some point and now it's…
pallazzio
  • 337
  • 1
  • 2
  • 7
1
vote
1 answer

core_url_rewrite doesn't get written during indexing

Tired and extremely sleepy after 2 days of trying to find a solution, here I am on magento form requesting help and support. Problem: I truncated core_url_rewrite table and then tried to index. Though the indexing shows that it is writing to the…
ameeds
  • 31
  • 3
1
vote
1 answer

Magento Product Url Rewrite issues

I have a magento site.i following issue with the product url. - I have product A with url key as 'a'. - I have product B with url key as 'b'. When i hit www.mysite.com/a it will redirect to www.mysite.com/b. But when i hit product a from any…
user9421
  • 11
  • 2
1
2 3