<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Omeka Classic tells me mod-rewrite is not enabled.]]></title><description><![CDATA[<p dir="auto">How do I enable please?</p>
]]></description><link>https://forum.cloudron.io/topic/13641/omeka-classic-tells-me-mod-rewrite-is-not-enabled.</link><generator>RSS for Node</generator><lastBuildDate>Fri, 15 May 2026 08:40:30 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/13641.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 12 Apr 2025 13:05:00 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Omeka Classic tells me mod-rewrite is not enabled. on Mon, 14 Apr 2025 08:35:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/scooke" aria-label="Profile: scooke">@<bdi>scooke</bdi></a> nod, I used <code>cp -a *</code> but forgot I also had to do <code>.*</code></p>
]]></description><link>https://forum.cloudron.io/post/105655</link><guid isPermaLink="true">https://forum.cloudron.io/post/105655</guid><dc:creator><![CDATA[robi]]></dc:creator><pubDate>Mon, 14 Apr 2025 08:35:26 GMT</pubDate></item><item><title><![CDATA[Reply to Omeka Classic tells me mod-rewrite is not enabled. on Mon, 14 Apr 2025 02:01:25 GMT]]></title><description><![CDATA[<p dir="auto">Thank you <a class="plugin-mentions-user plugin-mentions-a" href="/user/robi" aria-label="Profile: robi">@<bdi>robi</bdi></a>, it was the invisible .htaccess that wasn't getting copied over that was the culprit (even though I cp -R'ed).</p>
]]></description><link>https://forum.cloudron.io/post/105641</link><guid isPermaLink="true">https://forum.cloudron.io/post/105641</guid><dc:creator><![CDATA[scooke]]></dc:creator><pubDate>Mon, 14 Apr 2025 02:01:25 GMT</pubDate></item><item><title><![CDATA[Reply to Omeka Classic tells me mod-rewrite is not enabled. on Mon, 14 Apr 2025 00:24:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/scooke" aria-label="Profile: scooke">@<bdi>scooke</bdi></a> I just unzipped it on the demo server LAMP, set the DB.ini and changed public/ ownership to www-data to fix permissions.</p>
<p dir="auto">You may have to copy the .htaccess file over if it didn't copy over.</p>
<p dir="auto">No need to set any rewrite stuff, as it's already set in the .htaccess file in the .zip archive.</p>
<p dir="auto">Check it out before someone nukes it: <a href="https://omeka-classic.demo.cloudron.io" target="_blank" rel="noopener noreferrer nofollow ugc">https://omeka-classic.demo.cloudron.io</a></p>
<p dir="auto">In fact, if you simply download those two files from there to your server, it should make it work.</p>
]]></description><link>https://forum.cloudron.io/post/105637</link><guid isPermaLink="true">https://forum.cloudron.io/post/105637</guid><dc:creator><![CDATA[robi]]></dc:creator><pubDate>Mon, 14 Apr 2025 00:24:04 GMT</pubDate></item><item><title><![CDATA[Reply to Omeka Classic tells me mod-rewrite is not enabled. on Sun, 13 Apr 2025 10:26:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> Sorry, this is using the LAMP app in order to install Omeka Classic. Some plugins I want to try install only into Omeka Classic. I've looked in the dir which <a class="plugin-mentions-user plugin-mentions-a" href="/user/robi" aria-label="Profile: robi">@<bdi>robi</bdi></a> mentioned, tweaked somethings, but still Omeka won't install.  My apache conf (with my tweaks in <strong>bold</strong><img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f61e.png?v=11345d81604" class="not-responsive emoji emoji-android emoji--disappointed" style="height:23px;width:auto;vertical-align:middle" title="):" alt="😞" /></p>
<pre><code>&lt;VirtualHost *:80&gt;
    **RewriteEngine On**
    DocumentRoot /app/data/public

    LogFormat "%{X-Forwarded-For}i %l %u %t \"%r\" %&gt;s %b \"%{Referer}i\" \"%{User-Agent}i\"" proxy
    CustomLog "|/bin/cat" proxy
    ErrorLog "|/bin/cat"

    &lt;Directory /app/data/public&gt;
        **Options FollowSymLinks**
        AllowOverride All
        Require all granted
    &lt;/Directory&gt;

    # Do not remove this include. It's required for your app to see the Real IP
    Include "/app/code/apache/rpaf.conf"
    # This line can be commented out, if you do no require PHPMyAdmin Access
    Include "/app/code/apache/phpmyadmin.conf"

&lt;/VirtualHost&gt;

</code></pre>
<p dir="auto">And my .htaccess in /app/data/public is:</p>
<pre><code>RewriteEngine on

# If you know mod_rewrite is enabled, but you are still getting mod_rewrite
# errors, uncomment the line below and replace "/" with your base directory.
#
RewriteBase /
</code></pre>
<p dir="auto">(based on <a href="https://forum.omeka.org/t/help-with-htaccess/1191" target="_blank" rel="noopener noreferrer nofollow ugc">https://forum.omeka.org/t/help-with-htaccess/1191</a>).</p>
<p dir="auto">The error message at <a href="https://omeka.example.com/install" target="_blank" rel="noopener noreferrer nofollow ugc">https://omeka.example.com/install</a></p>
<pre><code>Omeka
Installation Error
mod_rewrite is not enabled.
Apache's mod_rewrite extension must be enabled for Omeka to work properly. Please enable mod_rewrite and try again.
</code></pre>
]]></description><link>https://forum.cloudron.io/post/105617</link><guid isPermaLink="true">https://forum.cloudron.io/post/105617</guid><dc:creator><![CDATA[scooke]]></dc:creator><pubDate>Sun, 13 Apr 2025 10:26:53 GMT</pubDate></item><item><title><![CDATA[Reply to Omeka Classic tells me mod-rewrite is not enabled. on Sun, 13 Apr 2025 09:02:42 GMT]]></title><description><![CDATA[<p dir="auto">It's already enabled in <a href="https://git.cloudron.io/packages/omeka-s-app/-/blob/master/Dockerfile?ref_type=heads#L34" target="_blank" rel="noopener noreferrer nofollow ugc">https://git.cloudron.io/packages/omeka-s-app/-/blob/master/Dockerfile?ref_type=heads#L34</a></p>
]]></description><link>https://forum.cloudron.io/post/105612</link><guid isPermaLink="true">https://forum.cloudron.io/post/105612</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Sun, 13 Apr 2025 09:02:42 GMT</pubDate></item><item><title><![CDATA[Reply to Omeka Classic tells me mod-rewrite is not enabled. on Sat, 12 Apr 2025 14:59:39 GMT]]></title><description><![CDATA[<p dir="auto">Look in the /app/data/apache dir for the config</p>
]]></description><link>https://forum.cloudron.io/post/105600</link><guid isPermaLink="true">https://forum.cloudron.io/post/105600</guid><dc:creator><![CDATA[robi]]></dc:creator><pubDate>Sat, 12 Apr 2025 14:59:39 GMT</pubDate></item></channel></rss>