View Single Post
  #11  
Old 01-12-2014, 08:27 AM
Daronna Daronna is offline
Member
 
Join Date: Nov 2013
Posts: 1
Gender: Female
Credits: 70
Daronna is on a distinguished road
Default

Forgive me if I have posted this before, I simply can't find an answer

Hi
I am having the exact same problem as erica65404 above trying to login. Brand new install. This is the 3rd time I have done a complete, fresh install and the same problem happens

the .php extension is missing when I try to log in from the main page it redirects me to /login .... without the .php extension.

I have successfully installed this, I can clearly see the main page and all of the tables in mysql. I can see all of my particulars I entered when I was installing in the database.

Mysidia Adoptables v1.3.4 Installation Wizard
Step 6: Installation Complete!

You will need to Log In to your installation ...etc. The link in Log In points to exactly where I need to go http://mywebsite.com/mydirectory/login.php (notice the .php at the end) yet when I login I get redirected to http://mywebsite.com/mydirectory/login (no .php extension, thus Page Not Found.

This is my .htaccess file

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{HTTP_HOST} ^www\.(.*) [NC]
RewriteRule ^ http://%1%{REQUEST_URI} [L,R=301]
RewriteCond %{REQUEST_URI} !\.(js|css|gif|jpg|png|ico)$ [NC]
RewriteRule ^(.*)$ index.php [QSA,L]
RewriteRule ^get/([0-9]+).gif$ /click/siggy/$1 [L]

I would really like to try this program and appreciate any help with this

Thank you
Daronna
Reply With Quote