<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://www.dw.ochnoch.de/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://www.dw.ochnoch.de/feed.php">
        <title>dw.ochnoch.de</title>
        <description></description>
        <link>https://www.dw.ochnoch.de/</link>
        <image rdf:resource="https://www.dw.ochnoch.de/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-04-15T11:13:52+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://www.dw.ochnoch.de/doku.php?id=1&amp;rev=1712092358&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.dw.ochnoch.de/doku.php?id=htaccess&amp;rev=1711957930&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.dw.ochnoch.de/doku.php?id=notiz&amp;rev=1744536734&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.dw.ochnoch.de/doku.php?id=start&amp;rev=1712092393&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.dw.ochnoch.de/doku.php?id=terminal_befehle&amp;rev=1711909229&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.dw.ochnoch.de/doku.php?id=test&amp;rev=1711910906&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://www.dw.ochnoch.de/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>dw.ochnoch.de</title>
        <link>https://www.dw.ochnoch.de/</link>
        <url>https://www.dw.ochnoch.de/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://www.dw.ochnoch.de/doku.php?id=1&amp;rev=1712092358&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-04-02T21:12:38+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>1</title>
        <link>https://www.dw.ochnoch.de/doku.php?id=1&amp;rev=1712092358&amp;do=diff</link>
        <description>Notiz</description>
    </item>
    <item rdf:about="https://www.dw.ochnoch.de/doku.php?id=htaccess&amp;rev=1711957930&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-04-01T07:52:10+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>htaccess</title>
        <link>https://www.dw.ochnoch.de/doku.php?id=htaccess&amp;rev=1711957930&amp;do=diff</link>
        <description>.htaccess

Umleiten

Um alle Anfragen von &lt;https://domain.de&gt; vorübergehend auf &lt;https://sub.domain.de&gt; umzuleiten, können Sie die folgenden Zeilen in die .htaccess-Datei auf dem Server von &lt;https://domain.de&gt; einfügen:
RewriteEngine On

# Umleitung ohne www
RewriteCond %{HTTP_HOST} ^domain\.de$ [NC]
RewriteRule ^(.*)$ https://sub.domain.de/$1 [L,R=302]

# Umleitung mit www
RewriteCond %{HTTP_HOST} ^www\.domain\.de$ [NC]
RewriteRule ^(.*)$ https://sub.domain.de/$1 [L,R=302]</description>
    </item>
    <item rdf:about="https://www.dw.ochnoch.de/doku.php?id=notiz&amp;rev=1744536734&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-04-13T09:32:14+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>notiz</title>
        <link>https://www.dw.ochnoch.de/doku.php?id=notiz&amp;rev=1744536734&amp;do=diff</link>
        <description>Notiz

	* 
	* 
	*</description>
    </item>
    <item rdf:about="https://www.dw.ochnoch.de/doku.php?id=start&amp;rev=1712092393&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-04-02T21:13:13+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>start</title>
        <link>https://www.dw.ochnoch.de/doku.php?id=start&amp;rev=1712092393&amp;do=diff</link>
        <description>dw.ochnoch.de

	*  Terminal Befehle
	*  .htaccess

----------

	*  NOTIZ

	*  Test</description>
    </item>
    <item rdf:about="https://www.dw.ochnoch.de/doku.php?id=terminal_befehle&amp;rev=1711909229&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-03-31T18:20:29+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>terminal_befehle</title>
        <link>https://www.dw.ochnoch.de/doku.php?id=terminal_befehle&amp;rev=1711909229&amp;do=diff</link>
        <description>Terminal Befehle

neu

Komprimieren (zip)

Um das Verzeichnis „ordner“ als ZIP-Datei mit einer maximalen Dateigröße von 1 GB zu komprimieren, können Sie den Befehl „zip“ verwenden und die Option „-s“ (Split) verwenden, um die ZIP-Datei in Teile aufzuteilen. Hier ist der Befehl:</description>
    </item>
    <item rdf:about="https://www.dw.ochnoch.de/doku.php?id=test&amp;rev=1711910906&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-03-31T18:48:26+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>test</title>
        <link>https://www.dw.ochnoch.de/doku.php?id=test&amp;rev=1711910906&amp;do=diff</link>
        <description>Bold Text

Italic Text

Underlined Text

Code Text

Strike-through Text

Headline

Headline

Headline

My Wiki Internal link

&lt;https://w3schools.org&gt;

- Ordered List Item

* Unordered List Item

----------


[replacements]
__site_width__  = &quot;100%&quot;</description>
    </item>
</rdf:RDF>
