so I installed phpfox and everything went ok but it wont log in when i try to log in it goes to a 404 page not found. same thing happens no matter where i go even if i try to register. its installed on a ngix server.
Ssl is already setup on site. I do have it imstalled in a sub directory not sure if that would make a difference
i dont have an htaccess i tried to see how to make one but i need a sample one
just take a text file paste the below code and upload to your server. Then rename the file on your server to .htaccess
# START phpFox Rewrite Options -Indexes RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(file)/(.*) PF.Base/$1/$2 RewriteRule ^themes/default/(.*) PF.Base/theme/default/$1 RewriteRule ^(static|theme|module)/(.*) PF.Base/$1/$2 RewriteRule ^(Apps|themes)/(.*) PF.Site/$1/$2
RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . index.php [L]
# END phpFox Rewrite
now does that go in the root / or the root of php fox domain.com/test or test.domain.com
ok tried it still wont let me everytime i go to any sub page such as test/index.php/user/login/ i get page not found guess this just doesnt work our of the box anymore and support wont be able oto help me cause i dont have an active support license
It goes where these files are located (PF.Base, PF.Site and PF.Src). Also, if your site is in a folder then look at the bottom area of this help file.
https://docs.phpfox.com/display/FOX4MAN/Changing+Your+Domain+Name
https://docs.phpfox.com/display/FOX4MAN/Install+phpFox+on+nginx+server