Jump to content

Koyakami

Clients
  • Posts

    236
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by Koyakami

  1. Hi all,

    I have installed a test install and it's running fine on the local server, when accessing it not directly on the server, however on the same domain network, going to the subdomain displays an IIS page with all different languages, but if I add "index.php" onto the end of the address, it displays the website.

    I'm confused why going onto the same domain (without index.php) on the local server works fine but not otherwise. I'm wondering if I can force index.php on the end of the address when initially going onto the domain - but also keeping the friendly-urls enabled.

    Current HTACCESS file is straight from the IPS created file.

    <IfModule mod_rewrite.c>
    Options -MultiViews
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule \.(js|css|jpeg|jpg|gif|png|ico|map|webp)(\?|$) /404error.php [L,NC]

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    We do have the same issue with our current live website (locally accessed only) but we manually forced all browsers to open the homepage including the index.php. I was just hoping I can resolve it without that step due to being an inconvenience to add it for everyone. (aware of Group Policy, but our users are mostly off-site so it depends when they connect to VPN).

    EDIT: Hosted on Windows 2019 - Aware support is for Linux, but thought I'm sure it's an easy task to resolve for those who have experience with Apache 🙂

  2. 3 hours ago, Nathan Explosion said:

    Importing uses an upload of a CSV file to populate the member list, so if you can create the source file then go for it - but it wouldn't be associated with AD.

    However, you could always look at implementing the LDAP login method and allow your users to register using their AD credentials. If it's Azure AD, or your on-premise AD is sync'ed to Azure AD, then you could use the Microsoft login method instead.

     

    Could contain: File, Webpage, Page, Text

    I tried adding LDAP login but wasn't able to get it working, however I have successfully added Microsoft Login which is fine, I just wanted to import all the users initially. But I done it via exporting on the current site and import on the new site.

    Thanks for the suggestion.

  3. On 1/21/2023 at 5:51 PM, Richard Arch said:

    There is another switch you can use to disable 2FA and once logged back in you can change the settings.

    <?php
    
    define('DISABLE_MFA',True);

     

    Thanks pal, I'll give this a try 🙂

    Edit: Thanks that got me in and I re-authenticated my 2FA. I found the issue - my end 🙂

  4. Hi,

    I've tried logging into my website which has been yonks since I last did and my 2FA isn't working so I've requested a password reset, not received it yet and checked PHPMYADMIN and my email address on there is correct (outlook) so possibly the email settings may be incorrect so an email isn't being issued. Anyway I can check the details via the database so I can get access to my site?

    Or disable 2FA via the database, my password is stored via my browser so that's fine.

    Many thanks!

  5. Hi mate,

    Is it possible to have an option to set a global default ordering mode for each category?

    I'm currently running 1.1.4 so it may have this feature between this and 1.1.7, will install updated version later today.

    The mod is awesome, keep up the awesome work

×
×
  • Create New...