Ciao a tutti, chiedo il vostro aiuto per quanto riguarda un problema con il file htaccess.
In pratica, negli URL finali ci sono dei pezzi mancanti.
File htaccess:
L'URL finale dovrebbe essere: https://*********/IOsocial/u/profile.php?u=usernameCodice:RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ profile.php?u=$1 [L]
Invece il risultato è questo: https://*******/IOsocial/u/username
Come faccio a risolvere il problema?
Spero mi possiate aiutare, grazie in anticipo!