Jump to content

Recommended Posts

Posted

Hello everyone.

I'm not sure if this is a problem with the host, so I'll post as a question.

 

I'm trying to install the 'BlaB!' script at one of my subdomains, but Softaculous retrieve this error message after loading about 8% of the instalation:

  • Could not access your domain. Please make sure your domain is pointing to this server and there is no .htaccess file restricing access to your domain

The script would be installed at http://chat.vnsmes.com/

I'm sure the domain is pointing to the server, and the .htaccess file doesn't look to be a problem for other scripts at softaculous. Besides that, i've already allowed the 'chat' folder at .htaccess (otherwise my Oxwall instalation wouldn't let me access the folder's files).

 

Is it a problem with the script itself, or the host doesn't fill the requirements, or it is just me doing something wrong?

Any help is appreciated.

 

Thank you for reading.

 

 

Posted

Oh thank you, Krydos.

I've changed the nameservers now.

It takes some time to start working properly, right?

Posted

Well, nameservers already changed, but the problem persists. And it seems to happen only with the BlaB! software especifically. i've tried and successfully installed other php softwares with no problems. Any recomendations on what to do? I'm kind of frustrated  :unsure:

Posted

the problem persists.

The problem doesn't persist. You already solved one problem, and now there is new problem that you need to solve.

 

What happens when you rename or delete your .htaccess file?

Posted (edited)

Yeah, you're right. Well, after rename my .htaccess I could install the script and use the subdomain, but after rename back to .htaccess, I'm not able to open my subdomain again (500 error).

I've searched solutions to problems like mine, but none of them have worked.

 

Options +FollowSymLinks
RewriteEngine On
 
AddEncoding gzip .gz
AddEncoding gzip .gzip
<FilesMatch "\.(js.gz|js.gzip)$">
  ForceType text/javascript
</FilesMatch>
<FilesMatch "\.(css.gz|css.gzip)$">
  ForceType text/css
</FilesMatch>
 
 
#RewriteCond %{REQUEST_URI} (/|\.php|\.html|\.htm|\.xml|\.feed|robots\.txt|\.raw|/[^.]*)$  [NC]
RewriteCond %{REQUEST_URI} !^/index\.php
RewriteCond %{HTTP_HOST} !chat.vnsmes.com$
RewriteCond %{REQUEST_URI} !/chat/
 

The code above should solve the problem, but it didn't.

 

Oxwall is at public_html

Edited by Krydos
fixed code tags

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...