Wayne B Posted December 11, 2014 Posted December 11, 2014 HiOk so I have created a dev site and installed the latest suite. The ACP works fine however on the front end I can see the board index and when I click on any link, forum, topic, user etc it displays a 404 error.It's as if the Friendly URL's are not working. Any suggestions please?Thanks
Wayne B Posted December 13, 2014 Author Posted December 13, 2014 Guys - any help on this would be appreciated.Here is a link http://forum.policecommunity.co.uk/dev/ If you then try to visit any other link it takes you to the page not found but reverting to my current live site http://forum.policecommunity.co.uk
jackflash Posted December 13, 2014 Posted December 13, 2014 Works for me. Did you have the .httaccess file in place?
Wayne B Posted December 13, 2014 Author Posted December 13, 2014 Works for me. Did you have the .httaccess file in place?Hiive not changed anything at all. I've just tried again, two different browsers, cookies cache etc cleared and I still get the same problem. I can access the board index of the dev site but if I try to read any topic etc it takes me to my live board.can you confirm you are able to read the topics ?thanks
Woodsman Posted December 14, 2014 Posted December 14, 2014 Go into the ACP - System - Search Engine Optimization - Rewrite URLs and turn it off... Refresh your browser and try again.If this works your .htaccess file is poorly written.Via your FTP client...Replace the content of your forum root .htaccess file with this<IfModule mod_rewrite.c> Options -MultiViews RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteRule \.(jpeg|jpg|gif|png)$ /public/404.php [NC,L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>and reset the Rewrite URLs back to on.Are you still able to view your content?If so you are good to go...But as an added note being this is a test site anyway the search engine optimization feature are not relevant anyway so you can actually leave the Rewrite URLs turned off.
Captain Ginns Posted December 14, 2014 Posted December 14, 2014 Police Community...I love your web site. Excellent design and I like how you used the Tabs in IPS. Of course, that has nothing to do with your problem here. But thought I'd say something anyway.
Wayne B Posted January 6, 2015 Author Posted January 6, 2015 Police Community...I love your web site. Excellent design and I like how you used the Tabs in IPS. Of course, that has nothing to do with your problem here. But thought I'd say something anyway. Thanks for the comments
Recommended Posts
Archived
This topic is now archived and is closed to further replies.