internal link [solved]
Posted: Tue Mar 22, 2011 4:49 am
Cause: (in config.php) $config['url_rewriting'] = 'mod_rewrite';
change to $config['url_rewriting'] = 'none';
--------------------------------------------------------------------------
Can not get a link to another page from home-page to work;
first, I created a new page in the top dir called "news",
then i created an internal link through the admin panel (Content/Pages/...) =>not working
then I created <a href=''news">, <a href=''news.htm">, <a href=''news.html">, etc in the home page =>not working.
Both, the "news" page and the link to the "news" page are visible in the menu. => not working
Typing the address into the address bar is also not working.
In all cases I end up in http://localhost/xampp/, instead of
http://localhost/mysite/. (home page resides under http://localhost/mysite/ and loads correctly.
Xampp/vista/home dev./fully open system/everything default
Install path:C:/xampp/htdocs/mysite/
cmsms v1.9.4.1
thanks
change to $config['url_rewriting'] = 'none';
--------------------------------------------------------------------------
Can not get a link to another page from home-page to work;
first, I created a new page in the top dir called "news",
then i created an internal link through the admin panel (Content/Pages/...) =>not working
then I created <a href=''news">, <a href=''news.htm">, <a href=''news.html">, etc in the home page =>not working.
Both, the "news" page and the link to the "news" page are visible in the menu. => not working
Typing the address into the address bar is also not working.
In all cases I end up in http://localhost/xampp/, instead of
http://localhost/mysite/. (home page resides under http://localhost/mysite/ and loads correctly.
Xampp/vista/home dev./fully open system/everything default
Install path:C:/xampp/htdocs/mysite/
cmsms v1.9.4.1
thanks