TYPO3 cannot access backend anywhere but on my own computer - typo3

I cannot access TYPO3 backend anywhere but on my own computer?
If I go to www.domain.com/typo3 I get the frontpage of the site. But if I go to www.domain.com/typo3 on my own computer it works fine.
Can TYPO3 have saved my IP address somewhere or what?

Yes, that is possible in many ways. Have a look here: http://docs.typo3.org/TYPO3/SecurityGuide/GuidelinesIntegrators/GlobalTypo3Options/Index.html

Related

change website from old.mysite.com to new.mysite.com typo3 webserver

First: i am kind of a beginner in web administration. Please be patient ;)
I got a cloned VM from a server with a typo3 website on. i want to make it a test server to test updates and stuff before trying it on the real site.
I want the typo3 website to use staging.mywebsite.com instead of its normal url, but i am not sure where i need to change stuff in order for typo3 to work correctly.
what i did so far:
renamed the folder under /var/www/old.mywebsite.com to staging.mywebsite.com
change entries in /etc/hosts
But i am quite sure i need to change some config files too. Typo3 Version is 9.5
I found this:
TYPO3 How to change the name of a TYPO3 website
But i think thats not what i need?
Thank you in advance.
The URL for the website is defined in the site configuration, see here.
You should modify the entry point as shown in the second image of the documentation (2) or just use the slash "/".
In your example you should use "https://staging.mywebsite.com/". Please keep in mind not forget the slash "/" after the domain.

TYPO3 - display one page from pagetree only

I have a problem whose solution is certainly very simple, but it does not come to my mind at the moment :/
I have a multi-domain TYPO3 (6.1) installation and in one of the websites I need to temporarily show only one subpage, and over the rest of the pages I will work/update so I can not delete them. It is important that someone after entering a URL or going to the page from the Google search results has not opened this page, and has been redirected to this temporary.
I've tried the mount points but something does not work ...
Please help.
You can exchange the domain-records.
Make a new page on it's own (independent from the configuration of the domain it should replace). so it is a root-page. give it a domain record and disable the domain record of the pagetree it should replace.
Be aware to change the rootpageid configuration in realurl.
You also may need a special configuration for 404 handling for this domain as the most requests will be a 404 (or better 503).
And hurry up to update your system. TYPO3 6.1 is out of service for a long time.

DNN Website not running method correctly on one computer

So I have a DNN Website, there is a feature in the site that updates a users table when you click a button. I wrote this feature, and it works on my local machine and on the webserver, it works for everyone except for my client. My client is running windows 8.1 and the latest version of firefox and chrome. I'm really stumpped on how it can be running fine on my computer when I look at the webserver, but not on their computer when they are looking at the same webserver. When they click the button for the method in question the webpage just refreshes to the default page load rather than going to the correct page and adding new data to the table, even after the button is clicked I will check the database and there is no change. If anyone has any ideas I would really appreciate some advice. Thanks!

block gadgets in google apps for education

One of the schools I support want to start teaching basic web design to their students, and would like to use google sites to do so. We need to be able to block google gadgets from the sites so that there is no risk of inappropriate content being shown to the students. Previously this could be done with domain gadget directory manager but from what I understand this stopped working when https got switched on for everything. All the places I have looked predate the https change and no longer seem to work. Does anyone have any ideas?
There is an utility called google feedserver
PrivateGadgetAdministratorsGuide
describes how to tweak http/https:
What you can do is to copy the body of XML and change http:// links to
.js files to https:// and then host this file somewhere.

Possible to authenticate facebook from unix console?

I'm playing around with an embedded device, running a linux kernel. It has web access via a proxy. My question is, is it possible to login via the unix console?
I can retrieve the login page using wget http://m.facebook.com, but I'm not sure where to go from there.
Thanks in advance.
I've seen this project before:
http://sachachua.com/blog/2008/08/sweet-facebook-in-emacs/
Pretty cool if you're one of those types who need to do everything in Emacs...