skip to Main Content

.htaccess doesnt take the rewrite rule – SEO

i have a problem with the htaccess file from a system which i bought. The Original File looks like this: <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L]…

VIEW QUESTION

Configure nginx language subdirectories – SEO

I'm moving a site from apache to nginx and stuck with the following configuration. I have site http://example.com/ which shows the main (English) version. Also, I have a few more languages which could be opened using correspondent subdirectories. http://example.com/de http://example.com/fr,…

VIEW QUESTION
Back To Top
Search