Page 1 of 1

Porting Joomla 1,5 from server

PostPosted: 07. March 2011 12:42
by garfy
I just downloaded all the files from my online server and put it my xampp

I imported databse to xampp too but when I go to localhost/joomla there is a problem with paths

how to set the correct paths to files, css.....

For example css path is this
<link rel="stylesheet" href="localhost/localhost/templates/renoseowebdesign/css/template_css.css" type="text/css" />

but my real path is

D:\XAMPP\xampp\htdocs\seoandwebdesign/css/template_css.css

where to set the path, i know it is iin cofiguration.php file, please advice

Re: Porting Joomla 1,5 from server

PostPosted: 08. March 2011 13:45
by glitzi85
If you did not set up any vhosts and accessing your website with http://localhost/seoandwebdesign/ then the correct path would be /seoandwebdesign/css/template_css.css

glitzi