Website URL
Error Message
404 Not Found
Other Information
The Home page of the website work but the other pages doesn`t work but it exists.
So please InfinityFree Team solve this issue.
Thanks.
404 Not Found
The Home page of the website work but the other pages doesn`t work but it exists.
So please InfinityFree Team solve this issue.
Thanks.
mmm, thats an intresting error.
Just checking, I can see that when I click on services it links to https://sapplusplus.com/services/
are you doing that via the .htaccess file. or is that linking to: htdocs/services/index.html or similar?
any chance you can share the file structure of your site so we can try and help work it out
Please share the steps to share the file structure.
take a screen shot of the file tree in something like filezilla so we can see what files you’ve uploaded and where
Can you help me via remote desktop like teamviewer?
Unfortunately no. Everyone here is volunteering their time to assist you, I don’t think anyone here is willing to provide one-on-one support (especially if they have to solve the problem for you), for free.
Please answer the questions we ask here in order to get the best support possible.
Since you’re using WordPress, please create a .htaccess
file on the folder you’re in (so sapplusplus.com/htdocs/
) with this content:
# BEGIN WordPress
RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPress
This should be enough to make the permalinks work.
Issue has been solved.
Thanks a lot.
Issue Resolved? Mark the answer as the solution! People in the future that have the same issue could use the answer that helped you!
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.