Jump to content

Search the Community

Showing results for tags 'htaccess'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General Discussion
    • Website Management and Coding
    • Technology and the Internet
    • Philosophy, Politics, and Science
    • Art and Entertainment
    • Other Discussion
  • HelioHost
    • Questions
    • Customer Service
    • How You Can Help
  • HelioNet
    • News
    • Contact HelioNet

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 12 results

  1. Hello guys. I'm not sure if it's already to start a topic with multiple issues so if I'm not supposed to do that this topic can be closed and I'll post again in separated topics. First of all, my info: Username: fasouza Domain: fasouza.eu.org Server: Tommy Now my issues: Could you change my DNS settings by adding the following records (in order for me to migrate to HelioHost nameservers)?: Type Name Data / Content TTL Priority MX @ mx.zoho.com 5 min (300 sec) 10 MX @ mx2.zoho.com 5 min (300 sec) 20 MX @ mx3.zoho.com 5 min (300 sec) 50 TXT _dmarc v=DMARC1; p=quarantine; rua=mailto:dmarc@fasouza.eu.org 5 min (300 sec) TXT @ zoho-verification=zb79303131.zmverify.zoho.com 5 min (300 sec) TXT @ v=spf1 include:zoho.com ~all 5 min (300 sec) TXT zmail._domainkey v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCGDshrf0dJR897tiXXUlSawljNTtKRnsumAy29dLOYl8a4uxcD4IMGyTQAxxZ2uVahyOmKSD09UszRTy5np8tKtm4esSCXGDZwtWoOK/sSoruvopVwsNPi/riLVnBFxkgTo0ikrx7hjpWp8+XkITj/A+yLmHTnUCaXNwDYzgFZEQIDAQAB 5 min (300 sec) On cPanel I had the subdomain blog.fasouza.eu.org (pointing to {my_root_folder}/blog). Is it possible to have it back on Plesk? On cPanel I used Grav as my CMS/blog system as an alternative to WordPress. When trying to install it on Plesk I get a 500 error apparently because of its ".htaccess" file saying "Options not allowed here". Is it possible to check what are these not allowed options? I couldn't find on Plesk logs.
  2. Hi, there. I have a website inside /home/munny/public_html/skeletronik/ and there there is a .htaccess file that controls directives to /public/index.php in a MVC standard created by me. I'm new to .htaccess. Well, that's my .htaccess file configuration: RewriteEngine onRewriteCond %{REQUEST_FILENAME} !-fRewriteRule ^(.*)$ /public/index.php?url=$1 [QSA,L]The result is: Not Found The requested URL was not found on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. What do you suggest for RewriteRule?
  3. Not having much success at using an .htaccess file to allow only my ip address. Tried this solution from Byron posted at the bottom of the page. https://www.helionet.org/index/topic/38198-how-to-protect-folder-and-its-child-files/?hl=.htaccess&do=findComment&comment=169431 Forbidden. Also tried the apache 2.4 syntax" Require up xxx.xxx.xxx.xxx Forbidden once again. Are .htaccess rules disabled on the apache server "Johnny"? Thank you for your time.
  4. 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 domainThe 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.
  5. Can anyone tell us something about HSTS option for a safer https. How to enable it. Server setup or through htaccess. Thank you.
  6. Hello everybody ! I tried to do this tutorial : http://wiki.helionet.org/Django . Unfortunately, it doesn't work at all. All I have is a 500 error : I think I made everything required, but unfortunately, that didn't work. However, there's something that I probably made bad : where should I put the .htcaccess ? IMHO, this could be better explained in the tutorial. And maybe there is a problem with the .htaccess example and the tree output provided below : it seems that only one 'hello' dir exist, but the .htaccess seems to require two : 'hello/hello/' If I have enough help, I'm volunteer to modify the wiki (if necessary). Thanks in advance !
  7. After the MySQL crash I changed my cPanel password, was able to get back into phpMyAdmin. My Wordpress database was still there in tact, but all of the tables were renamed from to something else for some reason. I renamed them all back, and the "cannot connect to database" error went away, but then my website simply failed to load anything. I realized I was supposed to delete and recreate my database users, which I did, and reassigned them to the database. I used the same password as configured in Wordpress. Still nothing. I checked the cPanel error logs and saw this: [Thu Jun 23 07:09:43 2016] [error] [client 37.26.147.148] client denied by server configuration: /home/robev/public_html/blog/wp-admin/install.php So for some reason the server is rejecting me. I looked online and it recommended checking the .htaccess file if there's any restrictions, and there are none. Is this on your end or mine?
  8. I created a .htaccess for a subdirectory and I deleted but still working and I don't know why. My .htaccess file: Redirect 301 /carpeta/carpeta/index.html http://www.midominio.com/ I deleted and now I can't have access to the /carpeta/carpeta/index.html. Please help.
  9. Hello! I host django project on heliohost (server Johny) and get strange behavior of .htaccess .htaccess RewriteEngine On RewriteBase / RewriteRule ^(static/.*)$ - [L] RewriteRule ^(media/.*)$ - [L] RewriteRule ^(admin_media/.*)$ - [L] RewriteRule ^(dispatch\.wsgi/.*)$ - [L] RewriteRule ^(.*)$ lkd_site/dispatch.wsgi/$1 [QSA,PT,L] thith this config I had 500 Internal server error (and no error message in logs) If I change last line to RewriteRule ^(.*)$ lkd_site/dispatch.wsgi [QSA,PT,L] then I can see django message that there is no rule for lkd_site/dispatch.wsgi in me urls.py (ofcourse its true) and dispatch.wgsi file #!/usr/local/bin/python2.7 import os import sys sys.path.insert(0, "/home/vkudak/public_html/lkd_site") sys.path.insert(0, "/home/vkudak/public_html") sys.path.insert(0, "/home/vkudak/public_html/django") # this is path to django 1.6 os.environ['DJANGO_SETTINGS_MODULE'] = 'lkd_site.settings' os.environ['PYTHON_EGG_CACHE'] = '/home/vkudak/.python_egg_cache' import django.core.handlers.wsgi _application = django.core.handlers.wsgi.WSGIHandler() def application(environ, start_response): environ['PATH_INFO'] = environ['SCRIPT_NAME'] + environ['PATH_INFO'] return _application(environ, start_response)
  10. Hello! I'm trying to use a bottlepy script Bottlepy is a one-file framework (http://bottlepy.org) This is the hello world example I am trying to get working (straight from documentation, apart from the shebang) #!/usr/local/bin/python2.7 from bottle import route, run @route('/hello') def hello(): return "Hello World!" my bottle.py file is in the same directory (/maxartmod.tk), which is an addon domain as well This is my .htaccess file in that directory Options +ExecCGI AddHandler cgi-script .cgi .py RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ index.wsgi/$1 [L] the helloworld's name is index.wsgi When I navigate to maxartmod.tk/hello I get an Internal server error How can I solve this problem? Thanks in advance :)/&--#62;
  11. Hello, I'm moved to this host, cuz prev. host stopped. But when I moved, the htaccess wont work What's wrong? I already added the *.wwwz.tk subdomain to public_html I think everyting is set the same as prev. server, but still not thanks.
  12. I have some problems with my .htaccess file. I've tried placing the .htaccess file in my very root and in the folder I actually want it in, but I keep getting a 500 error. Once I delete the file the problem is gone. This is the piece of code I'm using: -- Options +FollowSymlinks RewriteEngine on RewriteRule ^edit/([^/]+)/([^/]+) /edit.php?cat=$1&id=$2 [NC] -- And I've also tried this: -- RewriteEngine on RewriteRule ^edit/([^/]+)/([^/]+) /edit.php?cat=$1&id=$2 [NC] -- Is this just an error in my script, is this functions turned off somehow, or... could anyone help me?
×
×
  • Create New...