shane07 Posted December 13, 2007 Share Posted December 13, 2007 Hello! I have a problem which shows "forbidden" on my page. I have used "include" function to include the configuration file on my site. And I m using frameset in that page to show another page. But the page is showing "forbidden". What may be the problem. Waiting for your reply. Thank You. Quote Link to comment Share on other sites More sharing options...
beansandsausages Posted December 13, 2007 Share Posted December 13, 2007 post the code please. Quote Link to comment Share on other sites More sharing options...
shane07 Posted December 13, 2007 Author Share Posted December 13, 2007 <?php include "includes/application_top.php"; ?> <frameset cols="20%,80%"> <frame name="category" src="includes/templates/template_default/sideboxes/tpl_categories.php"> <frame name="detail" src="cat.php"> </frameset> Here is the code. The first frame is showing "forbidden" Quote Link to comment Share on other sites More sharing options...
beansandsausages Posted December 13, 2007 Share Posted December 13, 2007 try : Â <?php include("include/application_top.php"); ?> all your other stuff Quote Link to comment Share on other sites More sharing options...
shane07 Posted December 13, 2007 Author Share Posted December 13, 2007 That is not working too It shows Forbidden You don't have permission to access /Jewelry/includes/templates/template_default/sideboxes/tpl_categories.php on this server. Quote Link to comment Share on other sites More sharing options...
beansandsausages Posted December 13, 2007 Share Posted December 13, 2007 send a link to the site. Could be a problem with host. Quote Link to comment Share on other sites More sharing options...
shane07 Posted December 13, 2007 Author Share Posted December 13, 2007 Sorry I don't have my site uploaded. I m testing it locally. Thanx for your reply. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.