Question: Htaccess File Not Working

Htaccess File Not Working

Hello, I use a subdomain for the application. and its not working https://shop.scubaworld.club/ <IfModule Mod_rewrite.c> RewriteEngine On RewriteBase /shop RewriteCond% {REQUES

SD

Scuba World Divers

Asked

Hello, I use a subdomain for the application. and its not working

https://shop.scubaworld.club/

RewriteEngine On RewriteBase /shop RewriteCond% {REQUEST_FILENAME}!-f RewriteCond% {REQUEST_FILENAME}!-d RewriteRule ^ (. *) $ index.php? / $ 1 [L]
  • MS

    Mian Saleem

    Answered

    Hello,

    Please check the .htaccess file in your download.

    DirectoryIndex index.php index.html default.html
    <IfModule mod_rewrite.c>
    
    RewriteEngine On
    # RewriteBase /spos/
    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>
    

    If it is still the same, please explain how it is not working? If you can share screenshots. Do check with your server admin if it’s apache server.

    Thank you

  • SD

    Scuba World Divers

    Answered

    can i share my hosting and u can fix it for me

  • SD

    Scuba World Divers

    Answered

    https://shop.scubaworld.club/ FTP hostname: ftp.scubaworld.club user:[email protected] elmatrix33# Port: 21

    Please i dont want to lose the data

  • MS

    Mian Saleem

    Answered

    Hello,

    I have checked. You site is loading and seems to be working ecxept a 404 error for icheck plugin file.

    I hope that you have resloved the issue. If you still have any issue, please follow up.

    Thank you

  • Login to Reply