Change URL - SEO friendly

Mike001

No avatar

2008-10-06 11:46

How can I change URL from /?obuwie,7 to for example /obuwie.html? Thanks for advice ;-)

» Quick.Cms v2.x

lang

No avatar

2008-10-06 13:17

in the admin menu under settings change
Friendly links (mod_rewrite required) to yes

Dont forget that mod_rewrite is required

Cheers

Mike001

No avatar

2008-10-06 13:23

OK. I done that. URL is like /obuwie,7.html, but pages return 404 error code. Where is problem?

lang

No avatar

2008-10-06 14:17

well if you get a 404 then mod_rewrite is not enabled on your webserver,
did you delete the .htaccess files?

create a phpinfo.php file on your server with this content
<php phpinfo(); ?>
open the page with a webbrowser and check if there is mod_rewrite addet
or enabled

Mike001

No avatar

2008-10-06 15:34

Yes, I can delete and modify .htaccess

phpinfo > http://www.abcvyzivy.cz/i.php

lang

No avatar

2008-10-06 16:39

well mod_rewrite is enabled, it should work!

cgan

Avatar: cgan

2008-10-10 09:50

About dynamic urls read this: http://googlewebmastercentral.blogspot.com/2008/09/dynamic-urls-vs-static-urls.html

cgan

jeff-sett

No avatar

2008-11-26 11:50

So, how can I change URL from /?company,1 to for example /company.html ? write full manual, please =) neatly =)

andycorm

No avatar

2008-12-22 20:51

I can't seem to find the option "change Friendly links".

I'm currently running version 2.2

All I see is:

Default language
Styles template
Administrator is able to see hidden pages
WYSWIG editor
Display files from server in form
Change files name to page name
Display text size option

Creed

No avatar

2009-02-14 00:26

below is the updated .htaccess file needed to run in your base directory.

Options +FollowSymLinks
RewriteEngine On
RewriteBase /
RewriteRule ^index.html$ index.php [QSA]

RewriteRule ^(.*),([0-9]+),,,,(.*)\.html ?$1,$2,,,,$3 [QSA] #tags
RewriteRule ^(.*),([0-9]+)(,[0-9]*)*(,[0-9]*)*(,[0-9]*)*\.html ?$1,$2,$3,$4,$5 [QSA]
RewriteRule ^(.*),(.*)\.html ?,$1,$2 [QSA]

RewriteRule ^.*,(.*),(.*)\.xml ?,$1,$2 [QSA]

RewriteRule ^sitemap\.xml ?p=sitemap-xml [QSA]


If you have your script in a sub-directory you need to change the RewriteBase /sub-directory.

This above will fix any issue you have with a 404 error

gwmbox

Avatar: gwmbox

2009-02-23 08:23

Will Quick.CMS/Cart EVER be true SEO friendly - by that I mean without the numbers and commas?

It would just be so much tidier if we could have it as pagename.html or even just pagename/*

I prefer it to be pagename.html if it is a page, however if it is a 'home' page of a category then pagename/

Cheers

cgan

Avatar: cgan

2010-06-02 20:18

Something is wrong with his topic

cgan

pxl666

Avatar: pxl666

2010-06-03 10:40

hello - can i put custom text in the generated link using mod_rewrite?
eg. >> instead of subpagename.php i want to get domainname.html

gwmbox

Avatar: gwmbox

2010-07-16 17:14

So is the SEO still contain commas and numbers? Or has this finally been fixed?

pxl666

Avatar: pxl666

2011-02-05 16:07

if this code above doesnt work - im getting 500 error

does it mean that im having miscofigured server?

pxl666

Avatar: pxl666

2011-02-05 20:16

is this usable ?

http://turnkey-buddy.com/mod_rewrite_tool/
http://www.generateit.net/mod-rewrite/

trzykas

Avatar: trzykas

2011-03-18 00:17

simple solution
http://opensolution.org/Quick.Cms/forum/?p=readTopic&nr=1741

trzykas

about us | contact