# Wordpress page
## Accessing the `www` node
As of Nov. 2023, the `www` node is moved to the teoroo2 cluster. You can login to www from `brosnan`, and the web page should be hosted on <localhost:8080> at `www`. For example, use this ssh config to exposes the port:
```
Host BROSNAN
HostName teoroo2.kemi.uu.se
ForwardAgent yes
Host WWW
HostName www
ProxyCommand ssh BROSNAN nc %h %p
LocalForward 8080 localhost:8080
User root
```
You can still see the web page and copy files out.
## Archived note
:::spoiler Outdated information
### Access `www` from teoroo cluster
The `www` node is behind the firewall, to access it, login to the teoroo login node first, then:
`ssh root@teoroo.kemi.uu.se -p 922`
### Accessing the admin page
The admin page for wordpress is only accessible from a limited number of IPs within the university network, this is controlled by the file `/var/www/html/teoroo/wp-admin/.htaccess`. Try to edit this file if you get a `403 forbidden` trying accessing the wordpress admin pages.
:::