Hello,
I am new to phpwcms and have implemented my own custom template. However the navigation links that are generated seem to be broken. (Using {NAV_TABLE_SIMPLE})
All of the category's only have 1 article per page. Is there anyway to make the category link point towards the one and only article? Please help!
The site is here: http://www.electroall.com/phpwcms
Individual article links:
http://www.electroall.com/phpwcms/index ... 12,0,0,1,0
http://www.electroall.com/phpwcms/index ... 13,0,0,1,0
http://www.electroall.com/phpwcms/index ... 11,0,0,1,0
Broken category links?
just edit your conf.inc.php:
you have a "1" inside
After that everything will work well for you
Juergen
Code: Select all
$phpwcms['rewrite_url'] = 0; //whether URL should be rewritable
After that everything will work well for you
Juergen
Juergen,
You're amazing! Thanks it worked!
But what if I wanted to have my urls look like http://www.example.com/aboutus
Is that possible?
You're amazing! Thanks it worked!
But what if I wanted to have my urls look like http://www.example.com/aboutus
Is that possible?