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 :)
Ramy Saad
tagDiv Member

Thanks it worked for me

Ramy Saad
tagDiv Member

htaccess code should be like this ?

Header add Access-Control-Allow-Origin “*”
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

Ramy Saad
tagDiv Member

How to solve the Chinese Symbols on top and footer social media icons, Should I replace all codes in htaccess with
<IfModule mod_headers.c>
Header add Access-Control-Allow-Origin “*”
</IfModule>

or where exactly I add them in

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

My website is : stylishfreak.com

  • This reply was modified 10 years by Ramy Saad.
Viewing 3 posts - 1 through 3 (of 3 total)