Jump to content
  • 0

Links In Admin Portal Are Redirecting To Homepage


Ken Ng

Question

Hi there,

 

I'm new to blesta and i'm having problem such as when clicking on package, it will redirect to homepage which is the client portal page. even billing e.g 

 

I'm using htaccess to force SSL. could this be the reason? any advise on this. 

 

Thanks! 

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

This has been solved. I reinstall again and it is working now. Thanks! The reason i didn't include htaccess when I install blesta. that is the reason why index.php is still appearing in the url link. I've include htaccess during installation and it is working now. Installing Admin tool and clearing cache would help too. Thanks again. 

Link to comment
Share on other sites

  • 0

My htaccess is as below

########################################################
# package:    minPHP
# filename:   .htaccess
########################################################

<Files ~ "\.(pdt)$">
   order deny,allow
   deny from all
</Files>

# Protect against Clickjacking
#Header append X-Frame-Options "SAMEORIGIN"

RewriteEngine on

# Force HTTPS
RewriteCond %{HTTPS} !=on
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [R=307,NE,L]

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php

RewriteCond %{REQUEST_URI} ^(.*)/install.php$
RewriteRule install.php %1/install/ [R=301,L]

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...