How To Create an SEO URL

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
stephanie
Posts: 2
Joined: Fri 11. Aug 2006, 21:01

How To Create an SEO URL

Post by stephanie »

I've seen that somehow phpwcms can turn:

index.php?id=8,15,0,0,1,0

into:

index.php?alias

But there seems to be NO DOCUMENTATION on how to do this or any option in the article section to create the "alias."

Can someone please explain this simply and to the point?

Please do NOT tell me to do a search on it here. I can't find it. I've seen some other threads here where someone needed the info, and the only response was "go search on SEO URLs" (which brings up nothing)...that particular guy got so frustrated he went off to use another CMS.

If there is a thread where this has already been covered, then please provide the direct link.

Thank you in advance.

8)
Rahner
Posts: 82
Joined: Sat 15. Jul 2006, 18:16

Post by Rahner »

Create/Edit a page and enter in the field "Alias" the name of site.
Then it will be index.php?name

greetz Rahner
stephanie
Posts: 2
Joined: Fri 11. Aug 2006, 21:01

Post by stephanie »

Ahhhh....OK....I see that it will do this for the categories...but is there a way to do this for individual articles?

Thanks for the quick response.
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Post by flip-flop »

Hi,
but is there a way to do this for individual articles?
at this time: NO. :(

regards Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
User avatar
jsw_nz
Posts: 907
Joined: Fri 2. Apr 2004, 02:42
Location: New Zealand

Post by jsw_nz »

Hi Stephanie,

Flip-flop's right...
no way to alias individual articles atm.

But rewrite is a way to create better SEO urls - There is a setting in conf.inc.php to turn this on ( 1 ) - rewrites to 1.2.3.4.5.6.phtml (example only)

Code: Select all

$phpwcms["rewrite_url"] = 1;  //whether URL should be rewritable
Pappnase has a great how-to site for wcms
you will get you up to speed quickly -

http://www.phpwcms-docu.de/index.php?english_version

Welcome to the forums.
:D
User avatar
pico
Posts: 2595
Joined: Wed 28. Jul 2004, 18:04
Location: Frankfurt/M Germany
Contact:

Post by pico »

in additional for use rewrite-URL you also have to rename _.htaccess to .htaccess - maybe you must edit .htacces - works on Apache only
Lieber Gott gib mir Geduld - ABER BEEIL DICH
Horst - find me at Musiker-Board
Post Reply