Bagisto Forum

    Bagisto

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    admin/login route not found

    Installing Bagisto
    4
    4
    1507
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • admin
      admin last edited by

      I have just installed bagisto on http://54.224.207.164/. My issue is that no routes are working customer/register even admin/login.

      I have tried both installer and the command line install options with the same issue.

      What could be wrong?

      1 Reply Last reply Reply Quote 0
      • R
        rahul last edited by

        Hello,

        You have missed your server configuration that's why any route is not working.
        If you are using apache2 serve then you can do following.

        Step-1
        Open our apache2.conf file ( etc->apache2)

        Step2
        There you can find some think like this-

        <Directory /home/users/www>
        Options Indexes FollowSymLinks
        AllowOverride noe
        Require all granted
        </Directory>

        change it to
        <Directory /home/users/www>
        Options Indexes FollowSymLinks
        AllowOverride All
        Require all granted
        </Directory>

        Note - Directory structure will be different in your case & may be some value

        Step-3
        Run the below command -
        sudo a2enmod rewrite
        sudo /etc/init.d/apache2 restart
        or
        sudo service apache2 restart
        php artisan route:cache

        Thanks
        Rahul Shukla

        1 Reply Last reply Reply Quote 1
        • H
          hedyd last edited by

          I've Followed all the steps, But still no success

          It was working fine earlier. I ran php artisan route:cache and it stopped working

          Nam in quod velit ni

          1 Reply Last reply Reply Quote 0
          • devansh-webkul
            devansh-webkul last edited by

            Sometimes publishers won't run properly. Try with publishing again.

            1 Reply Last reply Reply Quote 0
            • First post
              Last post