Jump to content

[SOLVED]Starting site at category.php?id_category=5


Recommended Posts

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=5
Normaly the site starts at http://localhost/testshop

How can i change this so that my site starts at that point?

Greetz Willem

Thanks 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

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?

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...