SpotWeb tutorial

Set up Newznab SpotWeb Apache provider Ubuntu

In this tutorial NewzNab SpotWeb Apache provider Ubuntu. We are going to set up SpotWeb. That this can be used as a Newznab server. I’m assuming you’re using Apache. On a computer that Ubuntu is installed on.

Check Apache htaccess settings

We must be sure that Apache htaccess is active. You can check this in the following way.

sudo nano /etc/apache2/sites-available/default

Look up the line below.

allow from all

If this is set to none. Then you have to adjust this to all.

If you have had to adjust the above, because it was incorrect. Then you have to restart Apache. We do this with the command below.

sudo service apache2 restart

The htaccess settings, have now been checked.

Create htaccess file for Newznab SpotWeb

Now we create a htaccess file for SpotWeb.

sudo nano /var/www/html/.htaccess

We copy the following. In the htacces file.

RewriteEngine on
RewriteCond %{REQUEST_URI} !api/
RewriteRule api/?$ index.php?page=newznabapi [QSA]
RewriteRule details/([^/]+) index.php?page=getspot&messageid=$1 [L]

Or below. If SpotWeb is not installed in your root folder.

RewriteEngine on
RewriteCond %{REQUEST_URI} !api/
RewriteBase /spotweb/
RewriteRule api/?$ index.php?page=newznabapi [QSA]
RewriteRule details/([^/]+) index.php?page=getspot&messageid=$1 [L]

Now press ctr plus x key. Then click y, to save this file.

If everything went well. Then you can access the next page.

http://ipserver/spotweb/api?t=c

You are now done with the Newznab SpotWeb tutorial SpotWeb can now serve as a Newznab provider. You have to keep in mind that this is nice as a backup. No more. Because a lot of spotters don’t follow the scene rules. Therefore a lot of spots are not recognized. And some have harddcoded dutch subs. You can filter those by blocking “ingebakken”. In SickRage or CouchPotato. The newznab api of course remains much male better.

You can also use a spot web site as a backup.

Newznab SpotWeb Apache Ubuntu tutorial

  1. SpotWeb tutorial.
  2. Newznab SpotWeb Apache provider Ubuntu set up.
Admin

Gepubliceerd door
Admin

Recente berichten

What are the benefits of Prowlarr with Sonarr

Prowlarr is a powerful tool that, in combination with Sonarr, provides an optimized and automated…

4 weeks geleden

Ngroups Usenet provider

Ngroups is a well-known name in the Usenet world and is often cited as a…

1 month geleden

Giganews Usenet provider review

Giganews is one of the oldest and best-known Usenet providers in the world. The company…

2 months geleden

QuickSFV gedownloade bestanden controleren met SFV files

Very occasionally, it's necessary to check files with Quicksfv. This happens when there are no…

2 months geleden

What is the best newsreader?

The term "best newsreader" is often used, but rarely explained properly. Because what constitutes "the…

2 months geleden

Usenet program for smartphones

Usenet has been used for years to download files and follow newsgroups. While this used…

3 months geleden

Deze website gebruikt cookies.