I am trying to develop a wordpress theme together with someone else. We are basically working from the same svn repository which has the copy of the wordpress files and the database we access somewhere remotely to speed up the devving progress.
Now here comes the problem; as soon as we try to access the wp-admin it redirects us to the root url of our localhost. But for either of us, our project is hosted somewhere else on the localhost. Par example:
his: http://hislocalhost/svn/projects/project/wp/wp-admin/
mine: http://mylocalhost/project/wordpress/wp-admin/
Now i've gotten so far as to change the values for the site_url in the database, but we're using the same database so if i change my site url to: http://mylocalhost/project/wordpress/, he will get redirected to:
Which is greatly annoying since that doesnt exist for him. At this stage, I wonder if it be possible to turn of the whole redirection bs?
Thanks!