• 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!!

Leave a 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 Commands

sed : find the pattern (keyword) and delete the line from file

6 important examples of cd command on Linux and Unix Systems

How to find installation date and time of rpm package

Linux / Unix : whoami command use and advantage

Find exit status code of last executed command on Linux and Unix

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

Eject Command: Eject DVD-ROM Or CD-ROM In Linux

Explore 70+ Articles On Linux Commands

Always Useful Tips And Tricks

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

shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory

Error installing rails

find command to search keyword in files recursively in linux

SSH WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED

How to install pam_mysql in CentOS or Red Hat

How to encode and decode the strings with base64

Explore 90+ Article On "Linux Tips And Tricks"

You Might Like These Articles!

Internal External Command

What is Linux/Unix Internal And External Command

Linux basic command

Linux Basic Commands With Examples For Every Beginner

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)

Copyright © 2023 ยท
The material in this site cannot be republished either online or offline, without our permission but Schools and Colleges can do in their Private Network
Proudly Blogging From Bharat.

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