Willem Posted June 3, 2010 Share Posted June 3, 2010 Can someone help me with this problem:I want that my site start at http://localhost/testshop/category.php?id_category=5'>http://localhost/testshop/category.php?id_category=5Normaly the site starts at http://localhost/testshopHow can i change this so that my site starts at that point?Greetz WillemThanks to all. IN the index.php i add a line containing<?php header("Location: http://localhost/testshopshop/category.php?id_category=5"); exit ?> Works fine Link to comment Share on other sites More sharing options...
NeMetzger Posted June 4, 2010 Share Posted June 4, 2010 You could use a redirect script found at dynamicdrive.com but I am not sure where you would put it. You would want it only on the homepage. I would normally put it in my index.html file. But, since PS uses an index.php I don't know how that changes where to put the redirect script. Sorry I could not be of more help. Maybe this tidbit will put you on the right path though?Né Link to comment Share on other sites More sharing options...
rocky Posted June 4, 2010 Share Posted June 4, 2010 This topic might help. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now