Question Regarding URL strings

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
User avatar
jsw_nz
Posts: 907
Joined: Fri 2. Apr 2004, 02:42
Location: New Zealand

Question Regarding URL strings

Post by jsw_nz »

I have been away for awhile...
so please forgive if this question has been asked

**********************************************************************************************************************
I am running 1.3.9 r231

I notice a get 3 different URL strings as follows:

(1)
from backend - article information preview button
http://myDomain/index.php?id=1,2,0,0,1,0

(2)
from backend - site structure and article list
http://myDomain/index.php?aid=1

(3)
from frontend - article listing more...
http://myDomain/index.php?First-Article-Title
(this uses the automatic article alias that gets generated by phpwcms)

**********************************************************************************************************************
I wanted to ask particularly about (3)
Even though it is human readable... is there anyway to have it to be (2)

In other words is there a setting/strategy to have
article listing more links
show the
index.php?aid=1
instead of
index.php?First-Article-Title

any way to TURN OFF the use of article alias?


Pointers appreciated

:D

UPDATE
answer to this question found at end of thread located here:
http://forum.phpwcms.org/viewtopic.php?f=1&t=17614
Post Reply