• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
sharadchhetri

sharadchhetri

Tutorials On Linux, Unix & Open Source

  • Home
  • Linux Commands
  • Resources
    • Learn Linux
  • My WordPress plugins

htaccess file does not work : Owncloud 6 in Ubuntu 13.10 Server

January 17, 2014 by Sharad Chhetri 1 Comment

Owncloud 6 installation error: Your data directory and files are probably accessible from the internet because the .htaccess file does not work. For information how to properly configure your server, please see the documentation.
We are sharing the troubleshooting steps, which we have done while installation Owncloud 6 in Ubuntu 13.10 Server

owncloud 6 htaccess error

To solve this problem,follow the given below steps

Note: In Ubuntu 13.10 Server,bydefault Apache 2.4 version was installed. Hence the below configuration we are addressing to Apache 2.4 version

Step 1: Take the backup of apache2.conf file

sudo cp -p /etc/apache2/apache2.conf /etc/apache2/apache2.conf.orig

Step 2: Edit apache2.conf file

Edit /etc/apache2/apache2.conf file and locate the line .
Replace AllowOverride None to AllowOverride All . Save and exit

sudo vim /etc/apache2/apache2.conf
 

        Options Indexes FollowSymLinks
        AllowOverride All
        Require all granted


Step 3: Edit owncloud.conf file

Take the backup first

sudo cp -p /etc/apache2/conf.d/owncloud.conf /etc/apache2/conf.d/owncloud.conf.orig

Use your favorite file editor.(We generally use vi/vim)

sudo vim /etc/apache2/conf.d/owncloud.conf

Inside Directory section,paste the given below content


    Options Indexes FollowSymLinks MultiViews
    AllowOverride All
    Require all granted

Step 4: Enable Apache rewrite module

sudo a2enmod rewrite

Step 5: Now restart the apache service

sudo /etc/init.d/apache2 restart

Step 6: Refresh the web browser in which Owncloud 6 installation you are doing.

Share this:

  • Twitter
  • Facebook
  • More
  • Print
  • Email
  • LinkedIn
  • Reddit
  • Tumblr
  • Pinterest
  • Pocket
  • Telegram
  • WhatsApp
  • Mastodon

Related posts:

  1. Your data directory and files are probably accessible from the internet because the .htaccess file does not work owncloud
  2. This XML file does not appear to have any style information associated with it, RSS Feed problem(wordpress)
  3. How to install Owncloud 6 on Ubuntu 14.04 LTS Server
  4. Setup self signed ssl certificate on Owncloud 6 in Ubuntu 14.04 LTS Server
  5. How to install Owncloud 6 in Ubuntu 13.10 Server
  6. NOTICE: nagios.cmd file not found. Please specify the location of this file in your /etc/vshell.conf file
  7. Setup Owncloud 6 with self signed SSL certificate on Ubuntu 13.10
  8. owncloud error : You are accessing the server from an untrusted domain
  9. Install Owncloud 7 on Ubuntu 14.04 LTS Server
  10. Install owncloud 8 on ubuntu server 14.04

Filed Under: Linux, owncloud Tagged With: Owncloud 6

Reader Interactions

Comments

  1. Mr.SkaterLP says

    December 27, 2017 at 1:52 pm

    Damn I love you man. Thanks for this Guide!!

    Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Primary Sidebar

Our Social Media Presence

  • Facebook
  • GitHub
  • Twitter

Linux Command

What is Linux Internal And External Command

Linux Basic Commands With Examples For Every Beginner

tr command to convert lines to space , tab and vertical tab

smbpasswd command not found on CentOS 7 and RHEL 7

Solution : semanage command not found

Unix / Linux : How to print duplicate lines from file

More Posts from this Category

You Might Like These Articles!

simplecodesyntax wordpress plugin

SimpleCodeSyntax : My Another WordPress Plugin

Install Nginx

How To Install Nginx On Ubuntu 22.04 LTS

Install Latest Git package in Ubuntu Operating System

How To Always Install Latest Git Package In Ubuntu Operating System

Bash script for installing VirtualBox on Ubuntu 22.04 LTS Desktop

Install VirtualBox On Ubuntu 22.04 LTS Desktop (Bash Script)

libfuse

dlopen(): error loading libfuse.so.2 – Got Error On Ubuntu

Failed to open/create the internal network

VirtualBox Error: Failed to open/create the internal network

Always Useful Tips And Tricks

WordPress host IP changed not able to open wp-admin and site page looks scattered

master admin password openerp 7.x

Convert new line to space by using sed command

Protect from w00tw00t.at.blackhats.romanian.anti-sec

GNU Screen

How to empty Trash through command line in Ubuntu

set and unset line number in file with vi editor

Explore 90+ Article On "Linux Tips And Tricks"

Copyright © 2023 ยท
The material in this site cannot be republished either online or offline, without our permission.
Proudly Blogging From Bharat.

  • Contact
  • About Me
  • My WordPress plugins
  • Privacy Policy