Version comparison. Confluence's rendering of what changed between two versions of this page.
Recovered from the Internet Archive snapshot of
/pages/diffpagesbyversion.action?pageId=12060307&selectedPageVersions=33&selectedPageVersions=34
taken on 2022-06-25.
The OPF Data Endpoint
|
Key
This line was removed.
This word was removed. This word was added.
This line was added.
|
Changes (1)
View Page History
... RewriteRule ^.*$ - [L]
RewriteRule ^.*$ puelia/index.php [L]
RewriteRule ^.*$ puelia/index.php [L]
{code}You will also need to ensure that {code}AllowOverride ALL{code} *AllowOverride ALL* is set in your apache config for your VirtualHost docs directory and that the {code}rewrite{code} *rewrite* module has been enabled.
Now we need to update all the permissions so that the webserver group can write to the puelia (and other) directories.
...