The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
What changes would be necessary to the admincp (if any) so that it would deny any attempt to access it without first establishing a SSH session with the server? Or could this access be completely setup within Apache??
Ditto MODCP |
|
#2
|
||||
|
||||
|
What does SSH have to do with HTTP?
Do you mean a secure connection (HTTPS?) |
|
#3
|
|||
|
|||
|
Why not just use .htaccess?
|
|
#4
|
||||
|
||||
|
Quote:
htaccess blocks access to the page, but any data you send over the web will be just as easily readable by someone else as if there were no htaccess. A secure connection would encrypt the data being sent between your pc and the server. |
|
#5
|
||||
|
||||
|
Ah, HTTPS - sorry about that - tis what I was gunning at (secure http protocol).
|
|
#6
|
||||
|
||||
|
Put this in /admincp/global.php and /modcp/global.php somewhere (should work).
PHP Code:
|
|
#7
|
||||
|
||||
|
Hmm.. Wouldn't a standard redirection work better?
PHP Code:
|
|
#8
|
||||
|
||||
|
Better yet:
PHP Code:
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|