Problem, URL /x not found on the server

Hello,

Yesterday I installed the X theme and started working with it at riotid.com. I have got an In Construction page displayed currently so to see it you can log in with the secured

Today I have come to access the Theme Options and I keep seeing 404 error pages. I swapped back to the main theme rather than the child theme but I still get the same problem. Do you have any idea what has caused this or how to fix it?

Many Thanks!

Hey Minute Works,

Please login through FTP then edit the .htaccess file and add this code to the file:


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

If the file is not present, you can create the file from there.

Hope this helps.

That worked a treat! Thank you very much!

You are most welcome. :slight_smile:

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