problem in .htaccess regarding blog

EzGenerator V4 forum

Return to “Ezgenerator v4 Customer Forum”

[You can only see part of this thread as you are not logged in to the forums]
naveen.sharma7
Sat Jan 28, 2017 7:09 am

x

problem in .htaccess regarding blog

Hi sir
i have 4 different blog ..
and using MONTH AND TITLE - http://cvirals.com/2017/01/post-title/ (option)
i created .htaccess and uploading online ..
with below content

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

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

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


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

this code only recognize first module mod..
not working another module mode like ..
RewriteRule ^movies\.php$ - [L]
RewriteRule ^music\.php$ - [L]
RewriteRule ^music\.php$ - [L]


how can i fix it.. plz reply asap. sir. plzz

Return to “Ezgenerator v4 Customer Forum”