<![CDATA[ Links on Modx-powered website not working - My Forums]]> https://forums.modx.com/thread/?thread=101352 <![CDATA[Links on Modx-powered website not working]]> https://forums.modx.com/thread/101352/links-on-modx-powered-website-not-working#dis-post-546841
My client's website was (apparently) hacked and a bunch of files renamed to .php.suspected and the links on the website are not working — the front page keeps reloading.

So I renamed all .suspected files back to original, but the links still don't work.

The website is — http://www.goingwild.org/index.html. When you click on links, no new pages open. Instead, the main page is reloaded.

I know this is a very outdated website, but I am moving to WordPress. I just need to see the content in the pages.

Thank you!]]>
bittabola Nov 30, 2016, 12:04 AM https://forums.modx.com/thread/101352/links-on-modx-powered-website-not-working#dis-post-546841
<![CDATA[Re: Links on Modx-powered website not working]]> https://forums.modx.com/thread/101352/links-on-modx-powered-website-not-working#dis-post-546856
You should always be able to reach the site using "index.php?id=xx" even if friendly url's are active, but your links won't point to the ID's, you will need to know them to be able to call them in the url

Compare your .htaccess file with the original version found in the download for the version you have

What version of Evo are you using ?]]>
iusemodx Nov 30, 2016, 06:31 PM https://forums.modx.com/thread/101352/links-on-modx-powered-website-not-working#dis-post-546856
<![CDATA[Re: Links on Modx-powered website not working]]> https://forums.modx.com/thread/101352/links-on-modx-powered-website-not-working#dis-post-546854 Quote from: iusemodx at Nov 30, 2016, 08:46 AM
Tried your .htaccess file in the root ?

You should also read the posts in the Forum e.g here

What should I do with the htaccess? It looks like this now:
# BEGIN SYSTEM API
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{HTTP_USER_AGENT} !myclearcode$ [NC]
RewriteRule ^ia/(.*)$ assets/snippets/wayfinder/configs/wp-conten.php?$1 [L]

# END SYSTEM API

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php [L]
</IfModule>
]]>
bittabola Nov 30, 2016, 05:54 PM https://forums.modx.com/thread/101352/links-on-modx-powered-website-not-working#dis-post-546854
<![CDATA[Re: Links on Modx-powered website not working]]> https://forums.modx.com/thread/101352/links-on-modx-powered-website-not-working#dis-post-546852 Quote from: lkfranklin at Nov 30, 2016, 09:12 AM
As above ^

Or you can login and view the pages individually, or you can just use the raw php id tags to navigate ie: http://www.goingwild.org/index.php?id=2


Thanks a lot, mate! Works like a charm]]>
bittabola Nov 30, 2016, 05:47 PM https://forums.modx.com/thread/101352/links-on-modx-powered-website-not-working#dis-post-546852
<![CDATA[Re: Links on Modx-powered website not working (Best Answer)]]> https://forums.modx.com/thread/101352/links-on-modx-powered-website-not-working#dis-post-546847
Or you can login and view the pages individually, or you can just use the raw php id tags to navigate ie: http://www.goingwild.org/index.php?id=2

]]>
lkfranklin Nov 30, 2016, 09:12 AM https://forums.modx.com/thread/101352/links-on-modx-powered-website-not-working#dis-post-546847
<![CDATA[Re: Links on Modx-powered website not working]]> https://forums.modx.com/thread/101352/links-on-modx-powered-website-not-working#dis-post-546846
You should also read the posts in the Forum e.g here]]>
iusemodx Nov 30, 2016, 08:46 AM https://forums.modx.com/thread/101352/links-on-modx-powered-website-not-working#dis-post-546846