![]() |
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 |
Well the link you should go to definitely does not contain .php extension at the end of its url, otherwise you are doing it wrong. I have not checked what the installation tutorial, so theres a chance that the tutorial has not been up to date. Anyway you should not end up with a url that ends with .php.
The page not found error has nothing to do with the url, most likely your webhost does not enable mod_rewrite or that your installation configuration is incorrect. You can ask your webhost whether mod_rewrite is enabled, and if the answer is yes you will have to modify your config.php's domain and scriptpath settings to correct the mistakes you possibly made during installation. |
All times are GMT -5. The time now is 04:42 AM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.