Usa delle rewrite rule di mod_rewrite nell'.htaccess
Usa delle rewrite rule di mod_rewrite nell'.htaccess
Intendi questo?
Potreste fare degli esempi o spiegare il codice se è giusto?Codice PHP:<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
Come è possibile che nell'url compaia www.miosito.it/category/news/titolonews e le cartelle category e news, ne tantomeno titolonews sono presenti in ftp?!