Wondering if there is a way that I can configure the web preview window to open up previews using a testing server address instead of the file path.
Instead of it previewing like this file:///Users/mswallace/Sites/phpTuts/lesson2/arithmetic.php
I want it to open like this http://localhost:8888/php Tuts/lesson2/arithmetic.php
thanks, Matthew Wallace Web Development http://mswallace.com http://flashalisious.com Office: 615-261-8149
Matthew,
Yes, just create a command with the following content (make sure the output is set to "Show as HTML"):
echo "<meta http-equiv='Refresh' content='0;URL=http://localhost:8888/php%20Tuts/lesson2/arithmetic.php'>"
You could make the command a little smarter by generating the URL dynamically, perhaps based on a project-specific environment variable.
- Alex
On 1/7/07, Matthew Wallace matthew@mswallace.com wrote:
Wondering if there is a way that I can configure the web preview window to open up previews using a testing server address instead of the file path.
Instead of it previewing like this file:///Users/mswallace/Sites/phpTuts/lesson2/arithmetic.php
I want it to open like this http://localhost:8888/php Tuts/lesson2/arithmetic.php
thanks,
Matthew Wallace Web Development http://mswallace.com http://flashalisious.com Office: 615-261-8149
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate