Sharen error link help me

Not Found

The requested URL /pages/p/contact was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

Default Asked on September 11, 2017 in Website & Blog.
Add Comment
1 Answer(s)

Thanks for your questions, although you did not clear in your questions, I’ve tried to guess  Please try this Following code write in your .htaccess file

RewriteEngine on


RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule . /index.php [L]

</IfModule>

Silver Answered on September 12, 2017.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.