htaccess self modyfication
-
I have a problem with .htaccess and at the same time with friendly links.
I add a script to make friendly URL but after refreshing the WP self-generating and old htaccess script (and ofcourse it crashes me frendly links which aren’t work).
I’ve tried to change the attributes of 444, 644.666, 660, nothing works!
Do you have an idea how to fix it? My .htaccess looks like this:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase / gallery /
RewriteRule ^ index.php $ – [L]
RewriteCond% {REQUEST_FILENAME}! -f
RewriteCond% {REQUEST_FILENAME}! -d
RewriteRule. /galeria/index.php [L]
<IfModule>After refresh lines: RewriteBase / gallery / and RewriteRule. /galeria/index.php [L] disappear.
What to do?
- The topic ‘htaccess self modyfication’ is closed to new replies.