Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2024-07-31 09:50:56
- Sten
- New Member
- Registered: 2022-11-03
- Posts: 7
Je ne me rappelle pas l'url de mon administration
Bonjour,
Il y a plusieurs mois que je ne suis pas allé sur mon site et j’ai oublié l’URL de mon administration. J’ai essayé l’url avec textpattern mais j’ai dû changer le nom de la page pour des raisons de sécurité. Je l’ai cherchée dans le fichier config et dans la base de données sans succès. Quelqu’un pourrait me donner une piste de recherche ?
Merci
Last edited by Sten (2024-07-31 11:04:31)
Offline
Re: Je ne me rappelle pas l'url de mon administration
It depends on how you set that up. Some ideas to try:
- Have you renamed the textpattern directory on the server to something else? If so, check your server via (S)FTP to look up the directory name.
- Maybe you set up a redirect in the
.htaccess
file on your site’s installation. Again, check that file via (S)FTP. Note, you may need to set “view hidden files” to see it. Open that in a text editor and see if you have line redirecting to /textpattern. - If you used the multi-site setup to create a separate admin area, check your host’s subdomains to see if you set up a different admin domain e.g. admin.yourdomain.com.
- If you used the multi-site setup inside the same main domain, see if you have a
/sites/
folder alongside or inside your/textpattern/
folder. The name of the folder inside that may reveal you admin URL.
TXP Builders – finely-crafted code, design and txp
Offline
#3 2024-07-31 11:08:59
- Sten
- New Member
- Registered: 2022-11-03
- Posts: 7
Re: Je ne me rappelle pas l'url de mon administration
jakob wrote #337508:
It depends on how you set that up. Some ideas to try:
- Have you renamed the textpattern directory on the server to something else? If so, check your server via (S)FTP to look up the directory name.
- Maybe you set up a redirect in the
.htaccess
file on your site’s installation. Again, check that file via (S)FTP. Note, you may need to set “view hidden files” to see it. Open that in a text editor and see if you have line redirecting to /textpattern.- If you used the multi-site setup to create a separate admin area, check your host’s subdomains to see if you set up a different admin domain e.g. admin.yourdomain.com.
- If you used the multi-site setup inside the same main domain, see if you have a
/sites/
folder alongside or inside your/textpattern/
folder. The name of the folder inside that may reveal you admin URL.
Thank you Jakob
I did not rename the textpattern directory but with the textpattern url I have a denied access
I do not use .htaccess I have nginx
I don’t have a multisite.
Last edited by Sten (2024-07-31 11:09:56)
Offline
Re: Je ne me rappelle pas l'url de mon administration
Sten wrote #337509:
I do not use .htaccess I have nginx
Presumably you’ve checked the corresponding .conf
in /etc/nginx/sites-available/
to see if the redirect is noted there.
Otherwise, the only other things I can think of is to check your config.php
file to see if the $txpcfg['txpath']
entry gives you a clue. The database includes a couple of path entries in the txp_prefs
but I suspect they will just show /textpattern
as the subdirectory if you’ve not renamed it.
Do you remember how you set up an alternative admin url, and how you denied access? Maybe that gives you somewhere to look.
TXP Builders – finely-crafted code, design and txp
Offline
#5 2024-07-31 14:00:44
- Sten
- New Member
- Registered: 2022-11-03
- Posts: 7
Re: Je ne me rappelle pas l'url de mon administration
Thank you Jakob for your help, i found in the database the entry in the table textpattern
Write a new article? Let your creativity flow!
So I had now the url.
Have a great day!
Offline
Re: Je ne me rappelle pas l'url de mon administration
Glad you got it working!
TXP Builders – finely-crafted code, design and txp
Offline