Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

7LTS is not working properly with nginx due Core .htaccess changes #134

Open
jmverges opened this issue Jun 8, 2016 · 1 comment
Open

Comments

@jmverges
Copy link

jmverges commented Jun 8, 2016

Hi there,

this commit: TYPO3/typo3@f00efef

breaks the LTS with nginx

this line make half of the job:

rewrite ^/(ajax|alt_clickmenu|alt_db_navframe|alt_doc|alt_file_navframe|browser|db_new|dummy|init|login_frameset|logout|mod|move_el|show_item|tce_db|tce_file|thumbs)\.php$ /${cwd}deprecated.php last;

however I have no clue how translate

RewriteCond $0#%{REQUEST_URI} ([^#]*)#(.*)\1$
RewriteRule ^.*$ - [E=CWD:%2]

to nginx

@jmverges
Copy link
Author

jmverges commented Jun 8, 2016

I think this could work:

rewrite ^(.*/)(ajax|alt_clickmenu|alt_db_navframe|alt_doc|alt_file_navframe|browser|db_new|dummy|init|login_frameset|logout|mod|move_el|show_item|tce_db|tce_file|thumbs).php$ $1deprecated.php last;

Could you confirm it and I do a PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant