Possible solutions of your questions

  hosting
<< Previous       Not works RewriteEngine

Question: Good denu I framework works using index.rRNA Apache to work we need to do RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ /index.php/$1 [L]you Have apparently NGINX delatite have something like location / { index index.php index.html; if (!-e $request_filename){ rewrite ^/(.*)$ /index.php?/$1? last; } }
Answer:

Hello.

And what you have any difficulties with modrewrite? He also is on the server.

Question: At the root is public_html is .htaccessв it is registered RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ /index.php/$1 [L]does not work...
Answer:

What should he do? All naprashivaetsya files to transfer to a folder index.php?

Question: I open страницуhttp://softikk.org.ua/pages/rgsen needs to redirect the request athttp://softikk.org.ua/index.php/pages/rgse this does not work, open all the time, one index page
Question: https://github.com/bcit-ci/CodeIgniter/wiki/mod-rewrite
Question: You have the web server nginx is probably why is not working modrewrite
Answer:

You tried other forwarding rules?

Question: the netu already a bunch of sites did...never touched me this file on the local computer everything works as it should.however everywhere was either Apache or Apache+nginx
Question: view the logs..what`s going on
Answer:

we Have many sites with CMS redirect rules with mod_rewrite and the other uses mod_rewrite. Niukogo of questions about mod_rewrite.

Question: look in the logs why don`t I have periodicities http://softikk.org.ua/pages/priceнаhttp://softikk.org.ua/index.php/pages/price
Answer:

logs specifically for this diversion does not exist. on the server, hundreds of sallow use the RewriteEngine, the same jooma and wordpress just won`t rebattle without RewriteEngine

 

Answer:

what works is the link http://softikk.org.ua/index.php/pages/price already suggests chsto you work this forward, and link http://softikk.org.ua/index.php/pages/price You work.

 

 

Answer:

Here`s the default file, redirect WordPress:

 

RewriteEngine On

RewriteBase /

RewriteRule ^index\\.php$ - [L]

RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d

the RewriteRule . /index.php [L]

And it works.

Question: see, I don`t know why my uri_protocol not seen atocopherol...working right now...weird
Answer:


ok


<< Previous