Ciao a tutti, scusate se non mi presento prima ma spero tanto che riuscite ad aiutarmi.
In pratica ho la stessa problema (o quasi) della persona che ha aperto questo topic.
Mi spiego meglio per poter essere aiutata.
Quando accedo al mio sito
http://miosito.com tutto perfetto, però quando clicko su qualsiasi categoria-sezione vedo
http://miosito.com/blog/index.php?/categoria..
Come faccio a togliere la parola blog di la? Cosi si chiama la cartela però ovviamente vorrei vedere solo
http://miosito.com/categoria...
Ho modificato il htaccess cosi...
# .htaccess main domain to subfolder redirect
# Copy and paste the following code into the .htaccess file
# in the public_html folder of your hosting account
# make the changes to the file according to the instructions.
# Do not change this line.
RewriteEngine on
# Change yourdomain.com to be your main domain.
RewriteCond %{HTTP_HOST} ^(www.)?yourmaindomain.com$ [NC]
# Change 'subfolder' to be the folder you will use for your main domain.
RewriteCond %{REQUEST_URI} !^/subfolder/
# Don't change these lines.
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
# Change 'subfolder' to be the folder you will use for your main domain.
RewriteRule ^(.*)$ /subfolder/$1 [L]
# Change yourdomain.com to be your main domain again.
# Change 'subfolder' to be the folder you will use for your main domain
# followed by / then the main file for your site, index.php, index.html, etc.
RewriteCond %{HTTP_HOST} ^(www.)?yourmaindomain.com$ [NC]
RewriteRule ^(/)?$ subfolder/index.php [L]
di più non so cosa modificare. E' possibile togliere quell fastidioso "/blog" ?
Grazie mille e spero nel vostro aiuto.
Bianca.