Question: Installer Is Locked

Installer Is Locked

When I am going to install it’s saying that your installer is blocked

DM

Divyakant Mishra

Asked
When I am going to install it’s saying that your installer is blocked
  • DM

    Divyakant Mishra

    Answered
    Only 404 error is showing in login page. otherwise the website is opening well.
    And also unable to find .htaccess file
  • MS

    Mian Saleem

    Answered
    Hello,

    Can you please share the installation url so that I can check it.

    _You can add private reply by enabling the `PRIVATE for Staff only` at top right of reply section._

    Thank you
  • MS

    Mian Saleem

    Answered
    Hello,

    You have not upload the `.htaccess` file.

    If you did then your server mod_rewrite is not enable or configure to use `.htaccess` from site directory. Please check with your host but triple check that the `.htaccess` file exists with same contents as in your download.

    Thank you
  • DM

    Divyakant Mishra

    Answered
    Where did the .htaccess exist in the main file
  • MS

    Mian Saleem

    Answered
    Where ever you uploaded the files? Please check it there :(
  • DM

    Divyakant Mishra

    Answered
    .htaccess doesn’t exist in any folder or file and also not exist in main file
  • MS

    Mian Saleem

    Answered
    Hello,

    If it's not there then why don't you upload. Check your download after extracting it. The file is there. If you are on linux/unix, you should know that the dot file are hidden so you need to shown them :( May I know the reason why are you missing to upload the files from very start?

    Thank you
  • DM

    Divyakant Mishra

    Answered
    I have done everything correctly and uploaded each and everyfile successfully
  • MS

    Mian Saleem

    Answered
    Yes, please see the contents of first one.
  • MS

    Mian Saleem

    Answered
    This is not the file that comes in download :( Please check the content in download file those should be

    ```
    DirectoryIndex index.php index.html

    <IfModule mod_rewrite.c>

    RewriteEngine On
    # RewriteBase /basepath/
    RewriteCond $1 !^(index\.php|assets|install|update)
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d

    # For godady Shared Hosting Server uncomment the line below
    # RewriteRule ^(.*)$ index.php?/$1 [L]

    # Please comment this if you have uncommented the above
    RewriteRule ^(.*)$ index.php/$1 [NC,L,QSA]

    </IfModule>

    ```
  • Login to Reply