Jump to content

Friendly URLs not working


Yuri Pustjens

Recommended Posts

Posted
45 minutes ago, nodle said:

Is your .htaccess file in place? It doesn't look like it.

Doesn't appear so, however can't seem to find it on the old host either, but worked there. Do you perhaps know the default content of the file so I can recreate it. 

Posted

This I believe is the default:

<IfModule mod_rewrite.c>
Options -MultiViews
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule \.(js|css|jpeg|jpg|gif|png|ico)(\?|$) /404error.php [L,NC]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

The  /index.php may need to be edited based off your forum. But this is by default.

Posted
2 hours ago, Adlago said:

 @Yuri PustjensIn which directory of your domain is installed ips4?

 

/home/forum.windowsinstructed.com/

Subdomain 

4 hours ago, nodle said:

This I believe is the default:

The  /index.php may need to be edited based off your forum. But this is by default.

Thanks! Solved!

Posted
4 minutes ago, Yuri Pustjens said:

/home/forum.windowsinstructed.com/

Subdomain 

This is not a subdomain. This is Addon domain.

Show content htaccess file in this directory.

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...