Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
Albnet
tagDiv Member

I have already done this step of changing permissions with Filezilla but it doesn’t work. Do Godaddy technicians do a different operation?

Albnet
tagDiv Member

Sorry,
so what do I tell Godaddy to do what specifically?
Thanks

Albnet
tagDiv Member

I’ve tried everything, I don’t know what to do anymore. To change a simple text you have to struggle for days, I find it absurd. It’s important!!!

This is my .htaccess

<code>
# BEGIN WordPress
# Le direttive (linee) tra "BEGIN WordPress" e "END WordPress" sono
# generate dinamicamente, e dovrebbero essere modificate solo tramite i filtri di WordPress.
# Ogni modifica alle direttive tra questi marcatori verrà sovrascritta.
<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>
<IfModule mod_substitute.c>
SubstituteMaxLineLength 10M
</IfModule>

# END WordPress
  • This reply was modified 2 years by Albnet.
  • This reply was modified 2 years by Albnet.
Viewing 3 posts - 1 through 3 (of 3 total)