Reindex lucene search in owncloud 5.0.22

In this post we will learn about how to reindex lucene search in Owncloud 5.0.22. While working in Owncloud 5.0.22 our requirement was to reindex the lucene search. Overview: When a user placed a cursor and type some keyword ,bydefault it creates a directory lucene_index (absolute path is /path/of/owncloud_installed_dir/data/username/lucene_index ) . On writing the keyword … Read more

Your data directory and files are probably accessible from the internet because the .htaccess file does not work owncloud

While reinstalling the owncloud in Ubuntu I got this error message on screen when I hit the URL of owncloud – “Your data directory and files are probably accessible from the internet because the .htaccess file does not work”. To solve this issue. We have to only correct our apache configuration file. In owncloud.conf file … Read more