Hi guys, im new to forum. i got a interesting issue with wamp. i making this news website and working on feeds page.The problem im having is that for this feed system i want to keep things separate. im on the root with the index page and want to keep all new webpage news on separate directories.i got a folder name feed where goes all my news with the full page and a second folder where i keep the thumbnail of the pages in the feed folder. every time i acess any of the .php files it opens the directory instead of the url, also when i try to acess a page in feed folder from a link in a page in thumb nail, the link adress starts from the thumbnail page..
exe:
this is what happens now
in folder thumb > file index.php >href="feed/ police.php but instead opens file
c:/wamp/thumb/feed/police.php.
and i want it to do :
in folder thumb >file index.php >href="feed/ police.php to open the file of other directory
c:/wamp/feed/police.php.
also if i place localhost/ it comes with the c:/wamp/www/localhost/thumb/feed/police.php.
want it to opens the folder from the www root and not from the thumb´s folder. thanks in advance
exe:
this is what happens now
in folder thumb > file index.php >href="feed/ police.php but instead opens file
c:/wamp/thumb/feed/police.php.
and i want it to do :
in folder thumb >file index.php >href="feed/ police.php to open the file of other directory
c:/wamp/feed/police.php.
also if i place localhost/ it comes with the c:/wamp/www/localhost/thumb/feed/police.php.
want it to opens the folder from the www root and not from the thumb´s folder. thanks in advance