Pages are not showing except the frontpage. Could anyone help me?

http://modx.stiftungstarke.de/about

And one more question

Is there any “Extra/Plugin” in modx to migrate the site to the new server instead of manual migration?

What is the content of your .htaccess file?

Is this part uncommented?

# The Friendly URLs part
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]

Is the system setting friendly_urls set to Yes?

@halftrainedharry
Yes, exactly what you have guessed. And I have noticed that since friendly-url part is uncommented that should be coloured. why is this like a regular string text?
And why is the file named “ht.access”, shouldn’t it be “.htaccess”?

I have also attached the list of plugins/extras I am using on this site. Are there any conflicting extras/plugins here?



Yes, exactly! Rename the file.
(And there are two other files core/ht.access and manager/ht.access. Rename them as well.)

I believe the reason is, so that your specific .htaccess file doesn’t get overwritten on updates.

Now it’s working fine.
You have made my day :heart_eyes:

And one more question…
Is there any “Extra/Plugin” in MODx to migrate the site to the new server instead of manual migration?

1 Like

Hi Mark,

There really isn’t an Extra to migrate a site. It’s technically possible to migrate a site using Vapor or Teleport.

I’m certainly biased, it’s also ridiculously easy to move sites around inside MODX Cloud with Backups, Snapshots and the new Migration tools.