Path Problem in WAMP |
[eluser]murtuza54[/eluser]
Hi I made an application in one pc directly in root folder. it works well in this pc. now i copied this project to another pc having wamp. i put whole application in "abc" folder.. now its having path problem, css , images n js are not included.. well i have 2 application folders in main application. admin and user both have own config files. in admin base_url was http://localhost/admin now i changed it to http://localhost/abc/admin in user base_url was http://localhost/user now i changed it to http://localhost/abc/user both application's controllers were using css,images and js from root folder.. now as i moved whole application in abc folder css,images and js are not being included. I know if i change path at each n every place, it will start working.. but is there any way to get application working without change at every place.? can .htaccess help it? |
Messages In This Thread |
Path Problem in WAMP - by El Forum - 01-18-2009, 02:01 AM
Path Problem in WAMP - by El Forum - 01-18-2009, 02:05 AM
Path Problem in WAMP - by El Forum - 01-18-2009, 02:20 AM
|