Jump to content

Maria Tsamadou

Clients
  • Posts

    3
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by Maria Tsamadou

  1. Perfect, I did it. Thanks for the help.
  2. There was no .htaccess file. I created one and put this inside. <IfModule mod_rewrite.c> Options -MultiViews RewriteEngine On RewriteBase /forum/ RewriteCond %{REQUEST_FILENAME} !-f RewriteRule \.(jpeg|jpg|gif|png)$ /forum/public/404.php [NC,L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> That seems to solve the problem. But I don't know if it is ok.
  3. Hello, After setup in Plesk all pages except the home page redirects to 404. Any help please?
×
×
  • Create New...