siteurl
-
i am making a site in which i need Register page.. so i made register form … now i want to link this page..
so i am calling below code
<a href="<?php echo site_url();?>/registration.php">
when i am clicking my Register button … i am transfer to
why so ,,,
i am using
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
ErrorDocument 404 /https://localhost/xxx/
</IfModule>
# END WordPressin .htaccess
please check and some one reply asap…
OR i want Register page in my wordpress … so there is any plugin or any way .. by which i can build a LOGIN/REGISTER in my wordpress site
- The topic ‘siteurl’ is closed to new replies.