<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Object not found! If you think this is a server error, please contact the webmaster.]]></title><description><![CDATA[<p dir="auto">Object not found!<br />
The requested URL was not found on this server. The link on the referring page seems to be wrong or outdated. Please inform the author of that page about the error.</p>
<p dir="auto">If you think this is a server error, please contact the webmaster.</p>
<p dir="auto">Error 404<br />
<a href="http://domain.com" target="_blank" rel="noopener noreferrer nofollow ugc">domain.com</a><br />
Apache<br />
<img src="https://i.imgur.com/ZKUua3V.png" alt="760f650c-d843-43df-aecb-4afd52551f63-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.secnto.com//topic/1987/object-not-found-if-you-think-this-is-a-server-error-please-contact-the-webmaster</link><generator>RSS for Node</generator><lastBuildDate>Mon, 08 Jun 2026 22:42:00 GMT</lastBuildDate><atom:link href="https://community.secnto.com//topic/1987.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 15 Jul 2020 16:02:43 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Object not found! If you think this is a server error, please contact the webmaster. on Wed, 15 Jul 2020 16:05:03 GMT]]></title><description><![CDATA[<p dir="auto">mostly this kind of error is caused by missing an .htaccess file in your root wordpress directory ,<br />
Please check that<br />
if . htaccess no available create a new on in root of wp and past that default Wordpress configuration.</p>
<pre><code># BEGIN WordPress

RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# END WordPress
</code></pre>
]]></description><link>https://community.secnto.com//post/5723</link><guid isPermaLink="true">https://community.secnto.com//post/5723</guid><dc:creator><![CDATA[mehwish]]></dc:creator><pubDate>Wed, 15 Jul 2020 16:05:03 GMT</pubDate></item></channel></rss>