Is there an option on cPanel marked “Logs” or anything like that? Who is your hosting provider? Have you asked them for more assistance?
The cPanel’s error log, tells me about four mistakes that have been detected in some other sites hosted by my hosting provider.
Is there a way to find the errors only for my site?
I downloaded the Raw Access Log. Does it help?
The problems that i’m facing are the top bar (when you get inside pages, it looks ok – only on home page it’s not ok), inside gallery (it loads but it doesn’t show anything) and the icons at the footer (they don’t show up).
Any help?
please post your htaccess
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /aroma/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /aroma/index.php [L]
</IfModule>
# END WordPress
the rule i posted before is missing.
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /aroma/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /aroma/index.php [L]
Header add Access-Control-Allow-Origin "*"
</IfModule>
# END WordPress
please try adding it after the
#END WordPress
looking at your code the aroma-dryos.gr has references to netshop hence the problem.I am not sure how you copied your files and database.
I only used ftp.
I donloaded the files from netshop-eleousas.gr/aroma and then i uploaded them on aroma-dryos.