简体   繁体   中英

TYPO3 RealURL does not work after Backup

My RealURL path segments do not work anymore since a Backup.

I had TYPO3 7.6.10 on my Windows PC. Then i installed TYPO3 7.6.11 on my new Mac.

I made a dump file of the database and copied all files of my TYPO3 Project.

After finishing, I could successfully login into the backend.

The only problem I have is, that my RealURL does not rewrite my paths anymore.

Actually my first page is called localhost/project/home/ instead of localhost/project/index.php?id=2 . However, the first one always ends up in a 404 - Error.

I don't know why that happens, since i also copied the _.htacces file in the project folder too. Or is that not the right way to back up?

Hope someone can help me.

EDIT Problem solved: Since OSX is hiding some sepcial files like the .htaccess, i had to make them visible so i could copy them. Now everything is working as it shall!

Problem solved:

Since OSX is hiding some sepcial files like the .htaccess, i had to make them visible so i could copy them.

Now everything is working as it shall!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM