Only search page does not work?
Have you refreshed .htaccess file?
All of them does not works.
This is my .htaccess 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>
Found that someone fixed following the instructions in the image.
I can't see the options in the image under epsilon.
What could be wrong? why it works underlocalhost and it doesn't on live server?
Also seems 404 is not working too...
No changes has been made over the default installation, no one!
domain/aksjdhwadwa returns
Not Found
The requested URL /aksjdhwadwa was not found on this server.
instead of 404, while on localhost returns a 404 page.
I am stuck here. Please need urgent help.
-------------
File .htaccess already exists and was not modified. Here's the content you have to add to the .htaccess file. If you can't modify the file or experience some problems with the URLs, please deactivate the Friendly URLs option.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
------------------
There is people on google having the same problem:
Permalinks Friendly url Problem when language is not English