Jump to content

domain on GCP


rareyush
 Share

Recommended Posts

I moved my site to Google cloud platform and i am stuck some where.

my homepage is working fine but when it comes to other pages it says 404 not found

and when i add this on virtual host 

 

  <Directory "/var/www">
         Options Indexes FollowSymLinks
         AllowOverride All
         Require all granted
        </Directory>

or
  <Directory "/var/www">
          AllowOverride All
         </Directory>

 

 
 

I receive internal server error 

 

 

 

I tried comment out this line to but still same thing 

# RewriteBase /
and

  # RewriteRule ^(.*)$ /index.php?it=$1 [L,QSA]

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...