Jump to content

Thomas Taschler

Clients
  • Posts

    12
  • Joined

  • Last visited

Recent Profile Visitors

321 profile views

Thomas Taschler's Achievements

  1. I solved the problem! It was an Apache2 configuration error... I am sorry for wasting your time... Solution: Add at the end of /etc/apache2/apache2.conf the following code: <Directory "/path/to/your/site"> AllowOverride All </Directory> Then restart Apache and it should work.
  2. Do you mean this page? Seems fine. I did not modify the content of the .htaccess file. The code I posted earlier was obtained via Filezilla / View File. Those are my installed php modules: [PHP Modules] bcmath bz2 calendar Core ctype curl date dom exif FFI fileinfo filter ftp gd gettext gmp hash iconv intl json ldap libxml mbstring mcrypt mysqli mysqlnd openssl pcntl pcre PDO pdo_mysql pdo_pgsql pgsql Phar posix random readline Reflection session shmop SimpleXML soap sockets sodium SPL standard sysvmsg sysvsem sysvshm tokenizer xml xmlreader xmlwriter xsl Zend OPcache zip zlib [Zend Modules] Zend OPcache
  3. Yes, this is the content of the file: <IfModule mod_rewrite.c> Options -MultiViews RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteRule \.(js|css|jpeg|jpg|gif|png|ico|map|webp)(\?|$) /404error.php [L,NC] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> This is the file the "download this file"-link in the first post provides. The necessary mods should also be ok
  4. I set the file permissions to 0644, but still the same error. Filezilla:
  5. Yes, I'm running Apache 2.4.52 and PHP 8.2.10 on Ubuntu 22.04
  6. Hi, i just installed a fresh installation of Invision Community v4.7.13 on a self hosted server. Installation went smooth and everything. Then I wanted to activate the Friendly URLs. So I downloaded the auto-generated file and uploaded it to my forum root, renaming it to .htaccess This is where my problem starts. The forum software won't find/accept the .htaccess file What can I do to make it work?
×
×
  • Create New...