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

Rewrited URL giving 404 error – SEO

I'm using mode rewrite to make seo friendly urls. Please see the code below Options +FollowSymLinks RewriteEngine on RewriteRule discover/([0-9]+)$ discover.php?page=$1 [NC,L] RewriteRule ^([^.]+)$ $1.php [NC,L] Code work in my local host but in the hosting server it doesn't work.…

VIEW QUESTION
Back To Top
Search