Commit 688d708a by tetiana yaremko

route update

parent 55771655
RewriteEngine On <IfModule authz_core_module>
RewriteBase / Require all denied
</IfModule>
RewriteCond %{REQUEST_URI} ^codeigniter* <IfModule !authz_core_module>
RewriteRule ^(.*)$ /index.php?/$1 [L] Deny from all
</IfModule>
RewriteCond %{REQUEST_URI} ^application.*
RewriteRule ^(.*)$ /index.php?/$1 [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php?/$1 [L]
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
<div class="reg"> <div class="reg">
<h3>New Customer</h3> <h3>New Customer</h3>
<p>Click Next to provide us with your details</p> <p>Click Next to provide us with your details</p>
<a href="<?php echo base_url(); ?>auth/register"><button class="btn">Next</button></a> <a href="<?php echo base_url(); ?>index.php/auth/register"><button class="btn">Next</button></a>
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment