Hi there,
Place the following code in your .htaccess file . It is in your root where you see wp-content and wp-includes. Place the following code there:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
do i insert that code in place of the existing code or in addition to? Please advise,
i inserted it in place of the existing code.. but they look exactly the same..and it didn’t work!
Check with your hosts that mod_rewrite is running on your server.
I figured out why that was happening to just certain pages.. they were sent to the trash for some odd reason. But when i take them out of the trash everything is fine except for the permalinks are set to the default setting even though i have it set to custom. i tried resetting but that didn’t fix the dirty url’s!
turns out the dirty url’s were because when they were recovered they were set as drafts.. now i have an issue with the images on some of the pages appearing broken..ugh..