I think this will be helpfull. Textdrive has things set up such that
if I create a directory in the root folder of my domain, that
directory becomes a subdomian. So when I create a folder called
strategiesgames in root web folder of andyreimer.com, I can access it
through strategiesgames.andyreimer.com. The draw back is that all
RewriteRule commands have to go in the .htaccess file in the root of
andyreimer.com and can not go in strategiesgames/ or strategiesgames/
app/ or strategiesgames/app/webroot/. The Textdrive manual had an
exapmple of:
RewriteCond %{HTTP_HOST} ^strategiesgames.andyreimer.com$
I'm pretty sure that mixing this with the {REQUEST_URI} conditions
could make for a working solution.
I've simplified my problem a bit by having Textdrive create
strategiesgames.andyreimer.com as a real subdomain with its own
virtualserver and it's own Apache server. This allows me to change
the document root to app/webroot/ and by turning on cake prettyURL's
in core.php everything comes up. As the final version of the site
will be running in a similar fashion, its best to have the UAT site
identical.
I'll spend some extra time using what you have provided to try and get
things working with mod_rewrite and let you know how it goes. When
this is all said and done maybe I'll write up a Textdrive specific
tutorial.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---