Jump to content

Friendly urls doesnt work in pages


Owdy

Recommended Posts

Posted

I moved forums to site root. Now friendly urls doesn't work in pages. Settings seems okay, htacces uptadet. Cache emptyed. Whats wrong?

urls.png

Posted

Is the .htaccess file in the root of your community? Stupid question, I now, but I have to ask to confirm: are you running Apache?

Posted

htaccess is in site root, yes. Apache

 

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

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

</IfModule>

 

Posted

I wonder if theres somekind of bug. Because friendly urls worked all other parts, only under pages module they didnt. This happend after moving folder.

Archived

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

  • Recently Browsing   0 members

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