Jump to content

Friendly URLs not working


Yuri Pustjens

Recommended Posts

Hello Guys

I've recently switched hosts, but for some reason on my new host the friendly URLs seem to fail. Any idea what is happening here? You can see for yourself here: https://forum.windowsinstructed.com/index.php 

If you receive an offline message then your DNS is not updated and are visiting the old server.

Would love to hear a solution :)

Thanks all!

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Archived

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

  • Recently Browsing   0 members

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