Problem to access some pages in the website

Website URL

sapplusplus.com

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.

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

4 Likes

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

3 Likes

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.

5 Likes

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.

5 Likes

Issue has been solved.
Thanks a lot.

2 Likes

Issue Resolved? Mark the answer as the solution! People in the future that have the same issue could use the answer that helped you!

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.