Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jul 4th, 2012  |  syntax: None  |  size: 0.38 KB  |  hits: 10  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. .htaccess redirect or PHP change
  2. <li><a href="index.php?pageID='.$key.'">'.$value.'</a></li>'."n";
  3.        
  4. RewriteEngine on
  5. RewriteBase /
  6. RewriteCond %{REQUEST_FILENAME} !-f
  7. RewriteCond %{REQUEST_FILENAME} !-d
  8. RewriteRule ^(.+)$ index.php?pageID=$1
  9.        
  10. RewriteCond %{REQUEST_FILENAME} !-f
  11. RewriteRule (.*) index.php?pageId=$1
  12.        
  13. echo "<li><a href="/'.$key.'">'.$value.'</a></li>'."n";