Click here to Skip to main content
15,891,253 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Here I had given some of the code from common.php

PHP
$physical_path['Site_Root'] = 'E:/websites/tac'. INSTALL_DIR;
$physical_path['Site_Root'] = 'C:/xampp/htdocs'. INSTALL_DIR;


which type of changes needed in site path? My current project located in c://xampp/htdocs/xampp/public_html.

Any modification in .htaccess file?



Please help me to fix this problem.Still waiting for your answers/help.
Posted
Updated 16-Apr-12 15:30pm
v2

1 solution

Your source codes should be under a dir within the htdocs. Like this:

c://xampp/htdocs/yourappsrc
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900