Can't Access Website
-
hi,
I’m having a serious problem with my newly installed website. I cannot access the frontend nor the backend. The site is on a sub-domain. http://axdalflyt.uk.tn
I worte to the hosting company and they said its a misconfiguration issue and something to do with the .htaccess file.
Kindly have a look at the .htaccess file and let me know if any issues are there and what should be the actual.
<b># 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
</b>Thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Can't Access Website’ is closed to new replies.