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 :-)
  7. I guess this is a big question but I would like some information and comments and opinions about it. Should we initialize the CSS file if we are expecting to go multi-browser and if so how should we do it. I feel there must be an optimal way but have no idea what it is. Please discuss. Stephen
  8. Mchl, I'm using TextPad and the diff is not easy to understand. Have you any suggestions for a good diff to use? Are you thinking of using the UNIX diff? Stephen
  9. Version 5 MySQL I have a development and production database and want to know what differences there are between the two i.e. table and columns. Is there a tool I can use to do this? Preferably a free one! Stephen
  10. Haku, Much appreciated. Stephen
  11. Thanks Haku, If there is more than a screen full of content will it put it after that?
  12. I'm mulling about putting a Footer at the bottom my page and keep finding articles about a "Sticky Footer". What is it? I'd really like to know. Stephen
×
×
  • 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.