Visualizzazione dei risultati da 1 a 2 su 2

Discussione: mod_rewrite, problema

  1. #1

    mod_rewrite, problema

    codice:
      GNU nano 1.3.7             File: .htaccess                                    
    
    RewriteEngine On
    RewriteRule ^xx/([^/]+).html xx.php?id=$1 [L]

    codice:
      GNU nano 1.3.7              File: xx.php                                      
    
    <?php
    echo "aaa" . $_GET[id] . "bbb";
    ?>

    xx.php?id=9 restituisce aaa9bbb [ok]
    mentre
    xx/9.html restituisce aaabbb

  2. #2

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.