Tidy URLs

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
mscwd
Posts: 21
Joined: Tue 26. Jul 2005, 21:23

Tidy URLs

Post by mscwd »

Is there a way to create readable, more structured urls like:

Code: Select all

 /folder/article_name


rather than the default :

Code: Select all

index.php?id=1,0,0,1,0,0
I've had a good look aroung the backend but cant see any option to do so.

Thanks,

-mscwd
frold
Posts: 2151
Joined: Tue 25. Nov 2003, 22:42

Post by frold »

Nope: http://www.phpwcms.de/forum/viewtopic.p ... highlight=

but in conf.inc.php you can enable mod_rewrite and then rename _htaccess to .htacces and then you get links like index.php?alias
http://www.studmed.dk Portal for doctors and medical students in Denmark
Post Reply