views:

11

answers:

1

I want to be able to use a clean url to test in google optimizer.... can i create a file called geolocationtest.php so that

http://neighborrow.com/geolocationtest.php

will redirect to http://neighborrow.com/v2/controllers/ and eliminate the directory problem that google doesnt like?

A: 

Contents of geolocationtest.php:

<?php
header ("Location: http://neighborrow.com/v2/controllers/");
?>
Cetra
wow that was easy thanks!
adam