Redirect question

  • Thread starter Thread starter AZNewsh
  • Start date Start date
A

AZNewsh

make your dev environment match your live environment. your life will
be better because of it.

or look at the server variable that gives the address then
if localhost do onething
else do another.

or set a global variable path="" or path="extrafolder" accordingly.
 
I would like the two environments to match, that would seem to make
most sense.

The production environment is set in stone and has to be the subweb
setup I mentioned

How would I match that in the dev environment, i.e. is it possible to
add an extra folder that can be excluded from the project when
publishing?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top