Hey guys I am trying to figure out where I can edit my links to pages for Joomla. I recently just switched server over and transfered site but I am trying to get rid of this link:
thesite.com/index.php/home/2013-08-03-07-53-09/home-page-4-one-page
So that now it is just:
thesite.com/
Suggestions, thoughts?
UPDATED:
More so the question I am asking, the home-page-4-one-page file that is being grabbed here I want to make that so its located at the root and not all the way /index.php/home/2013-08-03-07-53-09/home-page-4-one-page
For making this specific page the default (home page) of your website, you need to set this menu item as the default menu item of the site.
To get rid of the index.php, you need to enable URL rewriting in global configuration and rename the htaccess.txt file in your joomla root folder to .htaccess and un-comment the Rewrite Base rule.
Go to Joomla administrator->Menu manager.
Edit Home link and update it's alias.
It will resolve the issue.
Related
I have Magento CE 2.0.5 installed locally on Ubuntu with apache2. To view a page other than index, instead of localhost/magento/anotherpage, I have to use localhost/magento/index.php/anotherpage. But this doesn't work for the backend administration page, which I have no way of accessing. Also, no images or stylesheets are loaded on pages.
I know I have mode_rewrite enabled (it's shown as loaded by phpinfo();), and .htaccess in the Magento root folder contains the uncommented line:
RewriteBase /magento/
Thanks.
Yes, sometimes not able to access other pages in both frontend and adminend its because of index.php problem..
To Work other pages also in Magento2, You can add this below line in database.
Step1: Open database,and Go to table core_config_data.
Step2: Insert this data:
path: web/unsecure/base_link_url
value: http://192.168.1.XX/magento_folder/index.php/
scope: default
scope_id:0
Step 3: Save and now able to navigate otherpages in both ends.
I am using a wordpress theme which I have modified a bit, based on the "Revera" Wordpress theme.
I have used it on other sites and it has worded fine. However, I have always installed it in the root of the domain. This time I have installed it on http://www.gas-sense.co.uk/blog
It isn't generating the usual homepage layout ( see http://www.georgeedwards.co )
Just wondering if the themes are typically setup to trigger the homepage layout? and if that is defined in a particular section of the php ?
The root folder is not a problem, you probably didn't set up the site url correctly, read the docs bellow
https://codex.wordpress.org/Changing_The_Site_URL
Im trying to install a script "moodle" in a subdirectory of my wordpress website but if I keep it in first level folder i get the wordpress 404 page not available or if I go deeper "2 level folders" it only show me my blog post!
however the url is changing to moodle/install.php !
How can I tell wordpress to ignore that specific subdirectory and everything inside it? i did search and tried some of the .htaccess hits but non actually worked!
I am working on magento and new for magento i use lots of templates now i am working on Magento Classic Theme , i google it alot lots of person says changes possible in base default i will go there and login.phtml file remove code when i refresh on template there is nothing to gone everything will be same
C:\wamp\www\magento\app\design\frontend\base\default\template\customer\form
then i will try to workin on main templates files in main template folder but still there is no change now i am totally confuse how to fix this problem and how to edit the customer login page as per own choice
C:\wamp\www\magento\app\design\frontend\default\f002\template
I need a suggestions and guide from you please help me out in this matter.
Change C:\wamp\www\magento\app\design\frontend\base\default\template\persistent\customer\form\login.phtml
Not the one in app\design\frontend\base\default\template\customer\form
And always look into path by enabling Template Path Hints
Open the admin control panel
Open the system tab and select configuration
Select Main Website or Name of your website (NOT DEFAULT CONFIG) from the Current Configuration Scope drop down
Select Developer on the left sidebar
Open the Debug drop down
Set Template Path Hints To Yes
Click on Save Config to save down your changes
I have made a website (WP based) and put every stuff inside the /site folder.
I did that, thinking of creating "custom" systems, and putting each one inside a folder, so for example: /promo would go to something else than the website...
But, I have tried with both .htaccess redirect and PHP location redirect, and when I try to "share" the website, without it's /site folder included, Facebook doesen't detect's the site meta...
Also, is it a problem for google, to use redirect's when accessing the website without the /site WP home folder? I mean, a guy comming from a www.onesite.com would have it's "referer" header as onesite, or mysite?
Thanks
I feel like you're creating your own problems. Just put WordPress in document root and don't bother with rewriting to a subdirectory. WordPress won't delete any custom files or folders when updating.
If you have some custom part that you want to reach through http://www.example.com/promo. Put it in the promo folder under the document root.
If want to reach the custom part through http://promo.example.com, just create new virtual host.