The function which generates the random string can be called from any event handler - the example below uses a button.
How to Change site URL By htaccess file
I have to change the url Like its satihoga.com . I want to change it http://www.satihoga.com/.
then I solve it .Its a wordpress project . & By permalinks & htaccess file I solve it.
By Changing in .htaccess file .
To change wordpress .htacces file in this:
.htaccess file
# 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]
RewriteCond %{HTTP_USER_AGENT} ^-?$
RewriteRule ^ - [F]
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^
RewriteCond %{HTTP_USER_AGENT} ^-?$
RewriteRule ^ - [F]
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^http://www.satihoga.com/
</IfModule>
# END WordPress
And Also change in WP dashboard
Go to settings.
then General & Change the Site url & website address OR url IN TO http://www.satihoga.com/
How to Accessing hidden files via FTP (FileZilla)
Certain files are 'hidden' by default (such as .htaccess files). FTP clients differ in the menus used to alter settings to enable these files to be seen, but all work along the same principles.
The following is a guide to showing those 'hidden files' when using FileZilla.
1
Open FileZilla FTP client.
2
From the Menu bar choose Server
3
Select Force Showing Hidden Files which should be the last option.
You should now be able to see all files including 'hidden files' within the FTP remote window.
How to show hidden files (htaccess) when using cPanel's File Manager
By default, when you use the File Manager in cPanel, it does not show hidden files. Hidden files are any file that begins with a dot, such as .htaccess. .htaccess is actually a common file to edit, and so if you would like to edit the file using your File Manager, you'll need to ensure you have the option selected to show hidden files.
Showing hidden files in File Manager
- Log into your cPanel
- Click the "File Manager" icon
- Ensure "Show Hidden Files" is selected
- Click "Go".
Subscribe to:
Posts (Atom)