Jump to content

URL Friendly Setting Configuration Help


Recommended Posts

To optimize ranking on Google, SEO is very important and I want to make sure that I am using the URL friendly feature. When I do, I get page not found. I am on Godaddy servers, using PHP4 with .htaccess to make conversion easy.
What do I need to do to get this feature working right please!

The mysql version is 5.0

Link to comment
Share on other sites

try adding the following to .htaccess, these are the rewrite rules.
SEO will not work without that..


# URL rewriting module activation
RewriteEngine on

# URL rewriting rules
RewriteRule ^([a-zA-Z0-9-]*)/([0-9]+)\-([a-zA-Z0-9-]*)\.html(.*)$ product.php?id_product=$2$4 [L,E]
RewriteRule ^([0-9]+)\-([a-zA-Z0-9-]*)\.html(.*)$ product.php?id_product=$1$3 [L,E]
RewriteRule ^([0-9]+)\-([a-zA-Z0-9-]*)(.*)$ category.php?id_category=$1 [QSA,L,E]
RewriteRule ^content/([0-9]+)\-([a-zA-Z0-9-]*)(.*)$ cms.php?id_cms=$1 [QSA,L,E]
RewriteRule ^([0-9]+)__([a-zA-Z0-9-]*)(.*)$ supplier.php?id_supplier=$1$3 [QSA,L,E]
RewriteRule ^([0-9]+)_([a-zA-Z0-9-]*)(.*)$ manufacturer.php?id_manufacturer=$1$3 [QSA,L,E]

# Catch 404 errors
ErrorDocument 404 /404.php

Link to comment
Share on other sites

ahh.. okay.. thought audioclicks was a feature of PS :zip: Anyhow.. i should not worry about that money.. before i'd a cheap host as well, and paying about 10x that much now, but worth it every penny, you will forget the lost money as soon as you have a fast running shop, and (in my case that time) no downtime.

Link to comment
Share on other sites

  • 3 weeks later...

I'll "up" this post.
I'm already up an running with V1.1.
However, i can't seem find the correct way to implement it.
I turned the Friendly URL On, renamed the HTAccess.txt file into .HTaccess, edited it. Yet, I keep getting the usual error 404. (page not found)
So, I turn it right off 'cause I'm a chicken. ;-P
what's the trick with Godaddy ?
Thank you all !

Link to comment
Share on other sites

  • 3 weeks later...

RRRRAAWWRRRR!!!!!!!!!!!!

Hmm... Maybe it is because of godaddy. I too have godaddy, but I'm using php5 and I cannot for the life of me get URL rewrite to work. I run a web store that is rapidly growing and Google is giving me all kinds of errors because I don't have solid URL's. And warnings and errors in your webmaster account with Google is bad for your search rankings.

This is so annoying. I don't know who to blame. But sine most in here are having the issue with godaddy, I guess I'll have to point the finger as well. Go suck one GoDaddy!

Does someone know the solution? Godaddy said "I dont know what yer talkin about", in a nut shell when I contacted customer support.

Link to comment
Share on other sites

To optimize ranking on Google, SEO is very important and I want to make sure that I am using the URL friendly feature. When I do, I get page not found. I am on Godaddy servers, using PHP4 with .htaccess to make conversion easy.
What do I need to do to get this feature working right please!

The mysql version is 5.0


I finally found the answer. This blog explains it quite simple. It worked perfect for me! Finally the answer is solved for us GoDaddy users!

http://prestashop-godaddy.blogspot.com
Link to comment
Share on other sites

  • 2 weeks later...
  • 2 weeks later...

HI,

I have renamed .htaccess file. When I enter www.mydomain.com it shows a blank page, if I enter www.mydomain.com/qwerty it opens store page 'page no longer in use.....' then I can navigate in my store and links are 'friendly', but when I press 'home' it gets back to blank front page.

Any suggestions?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...