Question: 1 Only Alphanumeric Characters With Space Are

1 Only Alphanumeric Characters With Space Are

404 Requested page has not been found! Sorry, but the page you are looking for might have been removed, or unavailable.

ام

ابوعاصم محمد

Asked

404 Requested page has not been found! Sorry, but the page you are looking for might have been removed, or unavailable.

  • MS

    Mian Saleem

    Answered

    Hello,

    Please check your download and upload the .htaccess file to server. Most 404 not found errors are cause due to missing or empty .htaccess file.

    The default .htaccess files contents are as following (I am adding the FAQ with other checklist suggestions too)

    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>
    

    Why am I getting 404 Not Found error after installation?

    Please

    1. make sure that your apache mod_rewite is enabled
    2. check that .htaccess file is successfully uploaded and exists in the main directory of SMA
    3. base_url in app/config/config.php

    If you are using godaddy, please visit the codeigniter official guide here. You might need to check and modify you .htaccess files too.

  • ام

    ابوعاصم محمد

    Answered

    this in htaccess

    DirectoryIndex index.php index.html default.html

    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]

    am using bluehost

    how make apache mod_rewite is enabled

  • MS

    Mian Saleem

    Answered

    Hello,

    Mostly host enable it on all servers. You can check with your host.

    Please let me know the installation link with login details in private reply.

    Thank you

  • ام

    ابوعاصم محمد

    Answered

    I sent it

  • MS

    Mian Saleem

    Answered

    Hello,

    I am sorry as I didn’t get you.

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

    Thank you

  • ام

    ابوعاصم محمد

    Answered

    ok now send

  • MS

    Mian Saleem

    Answered

    Hello,

    You have space in your folder name. Please rename the Simple POS v4.1.1 to pos or any name and then try to access that again.

    Step 2 in the install instructions says, you can’t have space in folder name and urls. Please follow the install instructiosan from the help folder.

    Thank you

  • ام

    ابوعاصم محمد

    Answered

    Plese help me give me

    HTTP ERROR 500

  • MS

    Mian Saleem

    Answered

    Hello,

    Please install the application as per guide in the help folder.

    Thank you

  • Login to Reply