Page 1 of 1

installation xampp

PostPosted: 20. May 2012 12:03
by pgas
I installed Xampp on an external drive L. The installation finished without a problem.
I installed a Joomla-site (restore with Akeeba). No problem.

From the home/mainmenu of the site, i want to call some other sitepages, but every time the xampp-mainpage appears instead of one of the site-pages.
What went wrong and how to correct this error?
please help thanks
pgas.

Re: installation xampp

PostPosted: 20. May 2012 12:55
by Altrea
The specific entry of such a subpage request in your \xampp\apache\logs\access.log would give you and us more information about whats going on there.
Maybe it is a wrong setted base url parameter in Joomla or a misleading .htaccess rewrite or something like that.

Re: installation xampp

PostPosted: 20. May 2012 15:46
by pgas
this is a part of the access logfile, calling the page "werkwijze". Is this helpfull?

regards
paul

::1 - - [20/May/2012:16:41:22 +0200] "GET /ssv15/ HTTP/1.1" 200 9898 "-" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; BOIE9;NLNL)"
::1 - - [20/May/2012:16:41:23 +0200] "GET /ssv15/images/stories/smartfms.jpg HTTP/1.1" 200 8242 "http://localhost/ssv15/" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; BOIE9;NLNL)"
::1 - - [20/May/2012:16:41:23 +0200] "GET /ssv15/images/stories/logo_pbi_150.jpg HTTP/1.1" 200 13090 "http://localhost/ssv15/" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; BOIE9;NLNL)"
::1 - - [20/May/2012:16:41:28 +0200] "GET /ssv15/werkwijze.html HTTP/1.1" 302 - "http://localhost/ssv15/" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; BOIE9;NLNL)"
::1 - - [20/May/2012:16:41:28 +0200] "GET /xampp/ HTTP/1.1" 200 594 "http://localhost/ssv15/" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; BOIE9;NLNL)"
::1 - - [20/May/2012:16:41:28 +0200] "GET /xampp/head.php HTTP/1.1" 200 1393 "http://localhost/xampp/" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; BOIE9;NLNL)"
::1 - - [20/May/2012:16:41:28 +0200] "GET /xampp/start.php HTTP/1.1" 200 1171 "http://localhost/xampp/" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; BOIE9;NLNL)"
::1 - - [20/May/2012:16:41:28 +0200] "GET /xampp/navi.php HTTP/1.1" 200 4616 "http://localhost/xampp/" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; BOIE9;NLNL)"

Re: installation xampp

PostPosted: 20. May 2012 17:27
by JonB
the pages return links probably point to index.php in the DocumentRoot of the primary URL - which is now the XAMPP redirect page

Good Luck

Re: installation xampp

PostPosted: 21. May 2012 07:10
by pgas
thanks for your answer, but i am no xammp expert. I do not understand your answer.

regards
Paul

Re: installation xampp

PostPosted: 21. May 2012 14:15
by JonB
Its not a XAMPP issue is what I am telling you.

Look at the links that are being generated

From the home/mainmenu of the site, i want to call some other sitepages, but every time the xampp-mainpage appears instead of one of the site-pages.


that is because, almost assuredly, the Joomla links are calling "/index.php?action=" or something of that nature. AND, by default, in XAMPP the 'index.php' in the root of XAMPP redirects the user to /xampp/index.php (which is the XAMPP Welcome Page.)

The fix is a matter of either 'placing' Joomla in the root of htdocs or finding the URL redirect, either in Joomla or on your site if Joomla was not set up in the root on your live server. Most CMS's or Blog scripts use their primary URL (http://www.youflippingdomain.net/index.php - for instance) to create script actions. The index page of the script is effectively a command processor. You can see how it works by watching the URL's as Joomla does things. HOW it is fixed is specific to the CMS or Blogging software.

The right answer here is a matter of two things - Understanding what your setup is/was and learning how Joomla creates its URLs.

Try a Google on 'Joomla URL' or read visit Joomla's site or Forums

http://docs.joomla.org/Main_Page

http://forum.joomla.org/

Good Luck
8)


ucf

Re: installation xampp

PostPosted: 22. May 2012 21:30
by pgas
Thanks for your answer, but i am completely lost

Re: installation xampp

PostPosted: 23. May 2012 19:41
by JonB
what is the URL of your 'local' Joomla installation?

:?:

Re: installation xampp

PostPosted: 24. May 2012 07:53
by pgas
http://localhost/ssv15/