#274 fancy URLs broke

Closed
opened 2 years ago by dchmelik · 2 comments

I have mod_rewrite enabled, the following configuration, and copied htaccess.sample to /var/www/gnusocial/.htacess (/srv/httpd/gnusocial.)

<Directory "/srv/httpd/gnusocial/public">
    Options Indexes FollowSymLinks
    AllowOverride All
    Require all granted
</Directory>

    However after this, fancy URLs no longer work (instead going to pages saying the pages don't exist.) They used to work on v1.2 (now upgraded to v2 with incomplete instructions.)
     If you can help me fix my node, I'll restart a node I let a few scientific/mathematical people use.

I have mod_rewrite enabled, the following configuration, and copied htaccess.sample to /var/www/gnusocial/.htacess (/srv/httpd/gnusocial.) ``` <Directory "/srv/httpd/gnusocial/public"> Options Indexes FollowSymLinks AllowOverride All Require all granted </Directory> ``` &nbsp;&nbsp;&nbsp; However after this, fancy URLs no longer work (instead going to pages saying the pages don't exist.) They used to work on v1.2 (now upgraded to v2 with incomplete instructions.)<br> &nbsp;&nbsp;&nbsp;&nbsp; If you can help me fix my node, I'll restart a node I let a few scientific/mathematical people use.
aab commented 2 years ago

You should place the modified .htaccess in /var/www/gnusocial/public/.htaccess

You should place the modified .htaccess in /var/www/gnusocial/public/.htaccess
David Chmelik commented 2 years ago
Poster

Fixed.

Fixed.
Sign in to join this conversation.
No Milestone
No assignee
2 Participants
Loading...
Cancel
Save
There is no content yet.