Jump to content

DataRater

Members
  • Posts

    106
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

DataRater's Achievements

Member

Member (2/5)

0

Reputation

  1. I've got this working RewriteRule ^([^./]*)$ /XYZxyz.php?url=$1 [QSA,L] It is working with www.Website.com/News Tomorrow I'll see if the following works. www.Website.com/News/Today will send ---> XYZxyz.php?url=News/Today
  2. Please help me. I'm using Apache 2 and PHP 5 I want to redirect a URL straight over to a php script and take everything after the web address as a parameter to the php file. So I'm trying to do this and it doesn't work. RewriteRule ^([./]*)$ /XYZxyz.php?url=$1 [R=301,QSA,L] e.g. www.Website.com/News will send ---> XYZxyz.php?url=News another example www.Website.com/News/Today will send ---> XYZxyz.php?url=News/Today Please help me work out the ReWrite rule. Best wishes Stephen
  3. Thanks. I'm trying this downloadUrl("./DomXml.xml?n=1",true, function(data,responseCode) Stephen
  4. Chrome and Firefox on Ubuntu and XP The following code appears to be looking at the cache before downloading so it is not picking up my latest maps data. downloadUrl("./DomXml.xml",true, function(data,responseCode) How can I force it to pull the latest version in from the server? Please help. Stephen
  5. I've found this which appears to be exactly what I was looking for. http://code.google.com/apis/maps/articles/phpsqlajax.html Thanks Steve :-)
  6. Unix Server Has anyone got any suggestions regarding where the map data should be stored and access by the javascript? Steve :-)
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.