Jump to content

Friendly urls doesnt work in pages

Featured Replies

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

  • Community Expert

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?

  • Author

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>

 

  • Author

Well, i have to restore backups. It would be nice to move /foorumi in to site root :)

  • Author

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

  • No registered users viewing this page.