clean url and .htaccess

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]
7777777
Thu Aug 29, 2013 8:47 am

x

clean url and .htaccess

Hi, miro, Atanas could you please help with the following situation:
there is a question with clean URLs:

to make clean url in Blog we need check this:
http://f3.s.qip.ru/cMfvUCM3.png

and create .htaccess file with next code:

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

but there is more than 20 blogs in site and more than 1 language version.
is there any way how to put code from all blogs to one .htaccess in site root?..

Atanas Angelov
Site Admin
Fri Aug 30, 2013 1:28 pm

x

Re: clean url and .htaccess

Hi, It will become messy and complex. And if s...



Return to “Ezgenerator v4 Customer Forum”