wordpress creating e2 80 9cstartupl e2 80 9d folder and wrtting to htaccess

Solutions on MaxInterview for wordpress creating e2 80 9cstartupl e2 80 9d folder and wrtting to htaccess by the best coders in the world

showing results for - "wordpress creating e2 80 9cstartupl e2 80 9d folder and wrtting to htaccess"
Pedro
16 Nov 2016
1Fixed WordPress Creating “startupl” folder and Wrtting to .htaccess
2
3My WordPress started creating an unusual folder called "startupl" in the Main WordPress Directory. .Htaccess having content like:
4
5RewriteEngine On
6RewriteRule ^.*-(\d+)-.*.action$ startupl/index\.php?id=$1&%{QUERY_STRING} [L]
7RewriteRule ^brand/(.*)/\d+$ startupl/index\.php?cat=$1&%{QUERY_STRING} [L]
8RewriteRule ^.*(web[a-z]+indexer\.xml)$  webindexer/$1 [L]
9RewriteRule ^.*(sitemap\.xml)$  webindexer/$1 [L]
10
11Learn More => https://stackoverflow.com/questions/65181159/fixed-wordpress-creating-startupl-folder-and-wrtting-to-htaccess