• I’m having quite a hard time figuring out what’s wrong with my blogs’ htaccess file. Somehow THERE IS NO FILE anywhere on my server (i know where to show the hidden files), but the AskApacheRewriteRules Plugin tells me that there is. Someone told me that it might be the case, that wordpress is storing mod_rewrite rules in the database (where the plugin takes the information from)… maybe there lies the problem! can you tell me where i can find this entry.

Viewing 3 replies - 1 through 3 (of 3 total)
  • no mod_rewrite info is stored in the db

    Thread Starter sepp88

    (@sepp88)

    okay, then i have no idea where my AskApacheRewriteRules Plugin takes it’s infos from. it says:

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

    but i have no .htaccess file on my server. i can’t figure out what’s wrong with my page. I trying to to create permalinks without an “index.php/” in it for weeks now. it doesn’t matter if i drag an .htaccess file to my server or not. nothing changes. and currently i’ve no .htaccess file on my server (nowhere) but the plug tells me the upper lines are on.

    any ideas? I’m really helpless. I need to figure that out.

    are you sure that you don’t have one in the wp-admin folder?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WordPress storing Mod_rewrite_rules in database? Where can i find them?’ is closed to new replies.